Assert(Node *condition, AbortReason abort_reason) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCallNode(size_t param_count, base::Vector< Node * > args, wasm::WasmCodePosition position, Node *instance_node, const Operator *op, Node *frame_state=nullptr) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCallToRuntime(Runtime::FunctionId f, Node **parameters, int parameter_count) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildCallToRuntimeWithContext(Runtime::FunctionId f, Node *js_context, Node **parameters, int parameter_count) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildChangeInt64ToBigInt(Node *input, StubCallMode stub_mode) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildLoadIsolateRoot() | v8::internal::compiler::WasmGraphBuilder | protected |
BuildModifyThreadInWasmFlag(bool new_value) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildModifyThreadInWasmFlagHelper(Node *thread_in_wasm_flag_address, bool new_value) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildSafeStore(int offset, wasm::ValueTypeBase type, Node *arg_buffer, Node *value, Node *effect, Node *control) | v8::internal::compiler::WasmGraphBuilder | protected |
BuildWasmCall(const Signature< T > *sig, base::Vector< Node * > args, base::Vector< Node * > rets, wasm::WasmCodePosition position, Node *implicit_first_arg, bool indirect, Node *frame_state=nullptr) | v8::internal::compiler::WasmGraphBuilder | protected |
cached_memory_index_ | v8::internal::compiler::WasmGraphBuilder | protected |
control() | v8::internal::compiler::WasmGraphBuilder | |
decorator_ | v8::internal::compiler::WasmGraphBuilder | protected |
effect() | v8::internal::compiler::WasmGraphBuilder | |
enabled_features_ | v8::internal::compiler::WasmGraphBuilder | protected |
env_ | v8::internal::compiler::WasmGraphBuilder | protected |
function_sig_ | v8::internal::compiler::WasmGraphBuilder | protected |
gasm_ | v8::internal::compiler::WasmGraphBuilder | protected |
GetSafeLoadOperator(int offset, wasm::ValueTypeBase type) | v8::internal::compiler::WasmGraphBuilder | protected |
GetTrapIdForTrap(wasm::TrapReason reason) | v8::internal::compiler::WasmGraphBuilder | protected |
graph() | v8::internal::compiler::WasmGraphBuilder | |
graph_zone() | v8::internal::compiler::WasmGraphBuilder | |
has_simd() const | v8::internal::compiler::WasmGraphBuilder | inline |
has_simd_ | v8::internal::compiler::WasmGraphBuilder | protected |
inlining_id_ | v8::internal::compiler::WasmGraphBuilder | protected |
instance_data_node_ | v8::internal::compiler::WasmGraphBuilder | protected |
Int32Constant(int32_t value) | v8::internal::compiler::WasmGraphBuilder | |
IsNull(Node *object, wasm::ValueType type) | v8::internal::compiler::WasmGraphBuilder | |
isolate_ | v8::internal::compiler::WasmGraphBuilder | protected |
kInstanceParameterMode enum value | v8::internal::compiler::WasmGraphBuilder | |
kJSFunctionAbiMode enum value | v8::internal::compiler::WasmGraphBuilder | |
kNoCachedMemoryIndex | v8::internal::compiler::WasmGraphBuilder | protectedstatic |
kNoSpecialParameterMode enum value | v8::internal::compiler::WasmGraphBuilder | |
kWasmImportDataMode enum value | v8::internal::compiler::WasmGraphBuilder | |
LowerInt64(Signature< MachineRepresentation > *sig) | v8::internal::compiler::WasmGraphBuilder | |
LowerInt64(wasm::CallOrigin origin) | v8::internal::compiler::WasmGraphBuilder | |
mcgraph() | v8::internal::compiler::WasmGraphBuilder | inline |
mcgraph_ | v8::internal::compiler::WasmGraphBuilder | protected |
needs_stack_check_ | v8::internal::compiler::WasmGraphBuilder | protected |
NoContextConstant() | v8::internal::compiler::WasmGraphBuilder | protected |
null_check_strategy_ | v8::internal::compiler::WasmGraphBuilder | protected |
Param(int index, const char *debug_name=nullptr) | v8::internal::compiler::WasmGraphBuilder | |
parameter_mode_ | v8::internal::compiler::WasmGraphBuilder | protected |
ParameterMode enum name | v8::internal::compiler::WasmGraphBuilder | |
parameters_ | v8::internal::compiler::WasmGraphBuilder | protected |
Return(base::Vector< Node * > nodes) | v8::internal::compiler::WasmGraphBuilder | |
Return(Node *fst, Nodes *... more) | v8::internal::compiler::WasmGraphBuilder | inline |
SetControl(Node *node) | v8::internal::compiler::WasmGraphBuilder | |
SetEffect(Node *node) | v8::internal::compiler::WasmGraphBuilder | |
SetEffectControl(Node *effect, Node *control) | v8::internal::compiler::WasmGraphBuilder | |
SetEffectControl(Node *effect_and_control) | v8::internal::compiler::WasmGraphBuilder | inline |
SetSourcePosition(Node *node, wasm::WasmCodePosition position) | v8::internal::compiler::WasmGraphBuilder | |
SetType(Node *node, wasm::ValueType type) | v8::internal::compiler::WasmGraphBuilder | |
source_position_table_ | v8::internal::compiler::WasmGraphBuilder | protected |
stack_check_call_operator_ | v8::internal::compiler::WasmGraphBuilder | protected |
stack_check_code_node_ | v8::internal::compiler::WasmGraphBuilder | protected |
Start(unsigned params) | v8::internal::compiler::WasmGraphBuilder | |
TerminateThrow(Node *effect, Node *control) | v8::internal::compiler::WasmGraphBuilder | |
TryWasmInlining(int fct_index, wasm::NativeModule *native_module, int inlining_id) | v8::internal::compiler::WasmGraphBuilder | |
TypeGuard(Node *value, wasm::ValueType type) | v8::internal::compiler::WasmGraphBuilder | |
UndefinedValue() | v8::internal::compiler::WasmGraphBuilder | protected |
WasmGraphBuilder(wasm::CompilationEnv *env, Zone *zone, MachineGraph *mcgraph, const wasm::FunctionSig *sig, compiler::SourcePositionTable *spt, ParameterMode parameter_mode, Isolate *isolate, wasm::WasmEnabledFeatures enabled_features, const wasm::CanonicalSig *wrapper_sig=nullptr) | v8::internal::compiler::WasmGraphBuilder | |
wrapper_sig_ | v8::internal::compiler::WasmGraphBuilder | protected |
zone_ | v8::internal::compiler::WasmGraphBuilder | protected |
~WasmGraphBuilder() | v8::internal::compiler::WasmGraphBuilder | |