Home
last modified time | relevance | path

Searched refs:CallRuntimeStub (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc788 __ 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 …]
Dliftoff-assembler.h1487 inline void CallRuntimeStub(WasmCode::RuntimeStubId sid);
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc181 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/
Dliftoff-assembler-ppc.h3046 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h3027 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h3052 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h3597 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h3782 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h4151 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h4250 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h4605 void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) { in CallRuntimeStub() function