/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 788 __ CallRuntimeStub(WasmCode::kWasmTraceEnter); in TraceFunctionEntry() local 964 __ CallRuntimeStub(ool->stub); in GenerateOutOfLineCode() local 1151 __ CallRuntimeStub(WasmCode::kWasmDebugBreak); in EmitBreakpoint() local 1214 CallRuntimeStub(WasmCode::kWasmGetOwnProperty, in GetExceptionProperty() 1277 CallRuntimeStub(WasmCode::kWasmRethrow, MakeSig::Params(kPointerKind), in Rethrow() 2192 CallRuntimeStub(WasmCode::kWasmRefFunc, MakeSig::Returns(kRef).Params(kI32), in RefFunc() 2240 __ CallRuntimeStub(WasmCode::kWasmTraceExit); in TraceFunctionExit() local 2497 CallRuntimeStub(WasmCode::kWasmTableGet, in TableGet() 2523 CallRuntimeStub(WasmCode::kWasmTableSet, in TableSet() 2957 __ CallRuntimeStub(WasmCode::kWasmTraceMemory); in TraceMemoryOperation() local [all …]
|
D | liftoff-assembler.h | 1487 inline void CallRuntimeStub(WasmCode::RuntimeStubId sid);
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 181 Node* CallRuntimeStub(wasm::WasmCode::RuntimeStubId stub_id, in CallRuntimeStub() function in v8::internal::compiler::WasmGraphAssembler 679 return gasm_->CallRuntimeStub(wasm::WasmCode::kWasmRefFunc, in RefFunc() 2461 return gasm_->CallRuntimeStub(wasm::WasmCode::kWasmMemoryGrow, in MemoryGrow() 2475 Node* grow_result = gasm_->ChangeInt32ToInt64(gasm_->CallRuntimeStub( in MemoryGrow() 2491 Node* values_array = gasm_->CallRuntimeStub( in Throw() 2550 Node* throw_call = gasm_->CallRuntimeStub(wasm::WasmCode::kWasmThrow, in Throw() 2598 return gasm_->CallRuntimeStub(wasm::WasmCode::kWasmRethrow, in Rethrow() 3755 return gasm_->CallRuntimeStub(wasm::WasmCode::kWasmTableGet, in TableGet() 3762 gasm_->CallRuntimeStub(wasm::WasmCode::kWasmTableSet, Operator::kNoThrow, in TableSet() 5373 return gasm_->CallRuntimeStub(wasm::WasmCode::kWasmAtomicNotify, in AtomicOp() [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 3046 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 3027 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 3597 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 3782 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 4151 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 4250 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4605 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
|