/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 788 __ CallRuntimeStub(WasmCode::kWasmTraceEnter); in TraceFunctionEntry() 964 __ CallRuntimeStub(ool->stub); in GenerateOutOfLineCode() 1151 __ CallRuntimeStub(WasmCode::kWasmDebugBreak); in EmitBreakpoint() 1214 CallRuntimeStub(WasmCode::kWasmGetOwnProperty, in GetExceptionProperty() 1277 CallRuntimeStub(WasmCode::kWasmRethrow, MakeSig::Params(kPointerKind), in Rethrow() 2192 CallRuntimeStub(WasmCode::kWasmRefFunc, MakeSig::Returns(kRef).Params(kI32), 2240 __ CallRuntimeStub(WasmCode::kWasmTraceExit); 2497 CallRuntimeStub(WasmCode::kWasmTableGet, 2523 CallRuntimeStub(WasmCode::kWasmTableSet, 2957 __ CallRuntimeStub(WasmCod [all...] |
H A D | liftoff-assembler.h | 1487 inline void CallRuntimeStub(WasmCode::RuntimeStubId sid);
|
/third_party/node/deps/v8/src/compiler/ |
H A 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(was in AtomicOp() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 3046 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 3027 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3597 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4605 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) {
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4250 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) {
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4151 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3782 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function in v8::internal::wasm::LiftoffAssembler
|