V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::WasmGraphBuilder Member List

This is the complete list of members for v8::internal::compiler::WasmGraphBuilder, including all inherited members.

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::WasmGraphBuilderprotected
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::WasmGraphBuilderinline
BuildAsmjsLoadMem(MachineType type, Node *index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildAsmjsStoreMem(MachineType type, Node *index, Node *val) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildBitCountingCall(Node *input, ExternalReference ref, MachineRepresentation input_type) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildCallToRuntime(Runtime::FunctionId f, Node **parameters, int parameter_count) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildCallToRuntimeWithContext(Runtime::FunctionId f, Node *js_context, Node **parameters, int parameter_count) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildCCall(MachineSignature *sig, Node *function, Args... args) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildCcallConvertFloat(Node *input, wasm::WasmCodePosition position, wasm::WasmOpcode opcode) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildCFuncInstruction(ExternalReference ref, MachineType type, Node *input0, Node *input1=nullptr) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeEndiannessLoad(Node *node, MachineType type, wasm::ValueType wasmtype=wasm::kWasmStmt) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeEndiannessStore(Node *node, MachineRepresentation rep, wasm::ValueType wasmtype=wasm::kWasmStmt) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeInt32ToIntPtr(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeInt32ToSmi(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeSmiToInt32(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildChangeUint31ToSmi(Node *value) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildDecodeException32BitValue(Node *values_array, uint32_t *index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildDecodeException64BitValue(Node *values_array, uint32_t *index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
BuildEncodeException32BitValue(Node *values_array, uint32_t *index, Node *value) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32Ceil(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32CopySign(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32Floor(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32NearestInt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32SConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32Trunc(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF32UConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Acos(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Asin(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Ceil(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64CopySign(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Floor(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Mod(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64NearestInt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Pow(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64SConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64Trunc(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildF64UConvertI64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsDivS(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsDivU(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsRemS(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsRemU(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsSConvertF32(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsSConvertF64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsUConvertF32(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32AsmjsUConvertF64(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32Ctz(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32DivS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32DivU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32Popcnt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32RemS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32RemU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI32Rol(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64Ctz(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64DivS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64DivU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64Popcnt(Node *input) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64RemS(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64RemU(Node *left, Node *right, wasm::WasmCodePosition position) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildI64Rol(Node *left, Node *right) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildImportCall(wasm::FunctionSig *sig, Node **args, Node ***rets, wasm::WasmCodePosition position, int func_index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildImportCall(wasm::FunctionSig *sig, Node **args, Node ***rets, wasm::WasmCodePosition position, Node *func_index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildIntConvertFloat(Node *input, wasm::WasmCodePosition position, wasm::WasmOpcode) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildIntToFloatConversionInstruction(Node *input, ExternalReference ref, MachineRepresentation parameter_representation, const MachineType result_type) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildLoadBuiltinFromInstance(int builtin_index) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
BuildSmiShiftBitsConstant() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
Control() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
control_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
cur_bufsize_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
CurrentMemoryPages() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilder
decorator_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
def_buffer_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
Effect() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
effect_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderinline
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::WasmGraphBuilderprotected
GetSafeStoreOperator(int offset, wasm::ValueType type) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
GetTrapIdForTrap(wasm::TrapReason reason) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
globals_start_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
graph() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilder
has_simd() const (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
has_simd_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
instance_node_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotectedstatic
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::WasmGraphBuilderprotected
MaskShiftCount64(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
mcgraph() (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
mcgraph_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
MemBuffer(uint32_t offset) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderinline
needs_stack_check_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderstatic
Realloc(Node *const *buffer, size_t old_count, size_t new_count) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinlineprotected
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::WasmGraphBuilderinline
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::WasmGraphBuilderinline
set_effect_ptr(Node **effect) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
set_instance_cache(WasmInstanceCacheNodes *instance_cache) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
set_instance_node(Node *instance_node) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
SetControl(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
SetEffect(Node *node) (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
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::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
stack_check_call_operator_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
stack_check_code_node_ (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
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::WasmGraphBuilderprotected
use_trap_handler() const (defined in v8::internal::compiler::WasmGraphBuilder)v8::internal::compiler::WasmGraphBuilderinline
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::WasmGraphBuilderprotected