AddBytecodePositionDecorator(NodeOriginTable *node_origins, wasm::Decoder *decoder) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
AppendToMerge(Node *merge, Node *from) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
AppendToPhi(Node *phi, Node *from) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
AtomicOp(wasm::WasmOpcode opcode, Node *const *inputs, uint32_t alignment, uint32_t offset, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Binop(wasm::WasmOpcode opcode, Node *left, Node *right, wasm::WasmCodePosition position=wasm::kNoCodePosition) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
BoundsCheckMem(uint8_t access_size, Node *index, uint32_t offset, wasm::WasmCodePosition, EnforceBoundsCheck) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BranchExpectFalse(Node *cond, Node **true_node, Node **false_node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
BranchExpectTrue(Node *cond, Node **true_node, Node **false_node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
BranchNoHint(Node *cond, Node **true_node, Node **false_node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Buffer(size_t count) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
BuildAsmjsLoadMem(MachineType type, Node *index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildAsmjsStoreMem(MachineType type, Node *index, Node *val) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildBitCountingCall(Node *input, ExternalReference ref, MachineRepresentation input_type) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCallToRuntime(Runtime::FunctionId f, Node **parameters, int parameter_count) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCallToRuntimeWithContext(Runtime::FunctionId f, Node *js_context, Node **parameters, int parameter_count) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCCall(MachineSignature *sig, Node *function, Args... args) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCcallConvertFloat(Node *input, wasm::WasmCodePosition position, wasm::WasmOpcode opcode) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCFuncInstruction(ExternalReference ref, MachineType type, Node *input0, Node *input1=nullptr) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeEndiannessLoad(Node *node, MachineType type, wasm::ValueType wasmtype=wasm::kWasmStmt) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeEndiannessStore(Node *node, MachineRepresentation rep, wasm::ValueType wasmtype=wasm::kWasmStmt) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeInt32ToIntPtr(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeInt32ToSmi(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeSmiToInt32(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeUint31ToSmi(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildDecodeException32BitValue(Node *values_array, uint32_t *index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildDecodeException64BitValue(Node *values_array, uint32_t *index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildDiv64Call(Node *left, Node *right, ExternalReference ref, MachineType result_type, wasm::TrapReason trap_zero, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildEncodeException32BitValue(Node *values_array, uint32_t *index, Node *value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32Ceil(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32CopySign(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32Floor(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32NearestInt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32SConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32Trunc(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF32UConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Acos(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Asin(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Ceil(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64CopySign(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Floor(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Mod(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64NearestInt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Pow(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64SConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64Trunc(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildF64UConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsDivS(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsDivU(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsRemS(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsRemU(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsSConvertF32(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsSConvertF64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsUConvertF32(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32AsmjsUConvertF64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32Ctz(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32DivS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32DivU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32Popcnt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32RemS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32RemU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI32Rol(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64Ctz(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64DivS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64DivU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64Popcnt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64RemS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64RemU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildI64Rol(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildImportCall(wasm::FunctionSig *sig, Node **args, Node ***rets, wasm::WasmCodePosition position, int func_index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildImportCall(wasm::FunctionSig *sig, Node **args, Node ***rets, wasm::WasmCodePosition position, Node *func_index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildIntConvertFloat(Node *input, wasm::WasmCodePosition position, wasm::WasmOpcode) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildIntToFloatConversionInstruction(Node *input, ExternalReference ref, MachineRepresentation parameter_representation, const MachineType result_type) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildLoadBuiltinFromInstance(int builtin_index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildSmiShiftBitsConstant() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildWasmCall(wasm::FunctionSig *sig, Node **args, Node ***rets, wasm::WasmCodePosition position, Node *instance_node, UseRetpoline use_retpoline) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
CallDirect(uint32_t index, Node **args, Node ***rets, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
CallIndirect(uint32_t index, Node **args, Node ***rets, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
CheckBoundsAndAlignment(uint8_t access_size, Node *index, uint32_t offset, wasm::WasmCodePosition) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Control() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
control_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
CreateOrMergeIntoEffectPhi(Node *merge, Node *tnode, Node *fnode) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
CreateOrMergeIntoPhi(MachineRepresentation rep, Node *merge, Node *tnode, Node *fnode) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
cur_buffer_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
cur_bufsize_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
CurrentMemoryPages() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
decorator_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
def_buffer_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Effect() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
effect_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
EffectPhi(unsigned count, Node **effects, Node *control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
EnforceBoundsCheck enum name (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
env_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Error() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
ExceptionTagEqual(Node *caught_tag, Node *expected_tag) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
ExtraCallableParam enum name (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Float32Constant(float value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Float64Constant(double value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
GetExceptionEncodedSize(const wasm::WasmException *exception) const (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
GetExceptionTag(Node *except_obj) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
GetExceptionValues(Node *except_obj, const wasm::WasmException *exception) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
GetFunctionSignature() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
GetGlobal(uint32_t index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
GetGlobalBaseAndOffset(MachineType mem_type, const wasm::WasmGlobal &, Node **base_node, Node **offset_node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
GetSafeLoadOperator(int offset, wasm::ValueType type) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
GetSafeStoreOperator(int offset, wasm::ValueType type) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
GetTrapIdForTrap(wasm::TrapReason reason) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
globals_start_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
graph() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
has_simd() const (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
has_simd_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
IfDefault(Node *sw) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
IfValue(int32_t value, Node *sw) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
imported_mutable_globals_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
InitInstanceCache(WasmInstanceCacheNodes *instance_cache) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
instance_cache_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
instance_node_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Int32Constant(int32_t value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Int64Constant(int64_t value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
IntPtrConstant(intptr_t value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Invert(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
IsPhiWithMerge(Node *phi, Node *merge) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kCanOmitBoundsCheck enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kDefaultBufferSize (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protectedstatic |
kExtraCallableParam enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kNeedsBoundsCheck enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kNoExtraCallableParam enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kNoRetpoline enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
kRetpoline enum value (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
LoadExceptionTagFromTable(uint32_t exception_index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
LoadMem(wasm::ValueType type, MachineType memtype, Node *index, uint32_t offset, uint32_t alignment, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Loop(Node *entry) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
LowerInt64() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
MaskShiftCount32(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
MaskShiftCount64(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
mcgraph() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
mcgraph_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
MemBuffer(uint32_t offset) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
MemoryGrow(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Merge(unsigned count, Node **controls) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
MergeInstanceCacheInto(WasmInstanceCacheNodes *to, WasmInstanceCacheNodes *from, Node *merge) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
module() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
needs_stack_check_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
NewInstanceCacheMerge(WasmInstanceCacheNodes *to, WasmInstanceCacheNodes *from, Node *merge) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
NoContextConstant() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Param(unsigned index) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
PatchInStackCheckIfNeeded() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Phi(wasm::ValueType type, unsigned count, Node **vals, Node *control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
PrepareInstanceCacheForLoop(WasmInstanceCacheNodes *instance_cache, Node *control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
PrintDebugName(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | static |
Realloc(Node *const *buffer, size_t old_count, size_t new_count) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inlineprotected |
RefNull() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
RemoveBytecodePositionDecorator() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Rethrow(Node *except_obj) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Return(unsigned count, Node **nodes) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Return(Node *fst, Nodes *... more) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
ReturnVoid() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
S128Zero() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
S1x16Zero() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
S1x4Zero() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
S1x8Zero() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
set_control_ptr(Node **control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
set_effect_ptr(Node **effect) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
set_instance_cache(WasmInstanceCacheNodes *instance_cache) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
set_instance_node(Node *instance_node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
SetControl(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
SetEffect(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
SetGlobal(uint32_t index, Node *val) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
SetSourcePosition(Node *node, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
sig_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Simd8x16ShuffleOp(const uint8_t shuffle[16], Node *const *inputs) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, Node *const *inputs) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
SimdOp(wasm::WasmOpcode opcode, Node *const *inputs) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
SimdScalarLoweringForTesting() (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
SimdShiftOp(wasm::WasmOpcode opcode, uint8_t shift, Node *const *inputs) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
source_position_table_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
stack_check_call_operator_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
stack_check_code_node_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
StackCheck(wasm::WasmCodePosition position, Node **effect=nullptr, Node **control=nullptr) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Start(unsigned params) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
StoreMem(MachineRepresentation mem_rep, Node *index, uint32_t offset, uint32_t alignment, Node *val, wasm::WasmCodePosition position, wasm::ValueType type) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Switch(unsigned count, Node *key) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TerminateLoop(Node *effect, Node *control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TerminateThrow(Node *effect, Node *control) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Throw(uint32_t exception_index, const wasm::WasmException *exception, const Vector< Node *> values) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
ThrowsException(Node *node, Node **if_success, Node **if_exception) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TraceMemoryOperation(bool is_store, MachineRepresentation, Node *index, uint32_t offset, wasm::WasmCodePosition) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TrapIfEq32(wasm::TrapReason reason, Node *node, int32_t val, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TrapIfEq64(wasm::TrapReason reason, Node *node, int64_t val, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TrapIfFalse(wasm::TrapReason reason, Node *cond, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
TrapIfTrue(wasm::TrapReason reason, Node *cond, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Uint32Constant(uint32_t value) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Uint32ToUintptr(Node *) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
Unop(wasm::WasmOpcode opcode, Node *input, wasm::WasmCodePosition position=wasm::kNoCodePosition) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
Unreachable(wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
untrusted_code_mitigations_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |
use_trap_handler() const (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | inline |
UseRetpoline enum name (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
WasmGraphBuilder(wasm::CompilationEnv *env, Zone *zone, MachineGraph *mcgraph, wasm::FunctionSig *sig, compiler::SourcePositionTable *spt=nullptr) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
ZeroCheck32(wasm::TrapReason reason, Node *node, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
ZeroCheck64(wasm::TrapReason reason, Node *node, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | |
zone_ (defined in v8::internal::compiler::WasmGraphBuilder) | v8::internal::compiler::WasmGraphBuilder | protected |