/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.cc | 329 DCHECK_EQ(rmode_, WASM_CALL); in wasm_call_address() 335 DCHECK_EQ(rmode_, WASM_CALL); in set_wasm_call_address() 374 ModeMask(WASM_CALL) | ModeMask(WASM_STUB_CALL); in HasTargetAddressAddress() 379 ModeMask(OFF_HEAP_TARGET) | ModeMask(RUNTIME_ENTRY) | ModeMask(WASM_CALL); in HasTargetAddressAddress() 435 case WASM_CALL: in RelocModeName() 538 case WASM_CALL: in Verify()
|
D | reloc-info.h | 65 WASM_CALL, // FIRST_SHAREABLE_RELOC_MODE enumerator 109 FIRST_SHAREABLE_RELOC_MODE = WASM_CALL, 162 static constexpr bool IsWasmCall(Mode mode) { return mode == WASM_CALL; } in IsWasmCall() 163 static constexpr bool IsWasmReference(Mode mode) { return mode == WASM_CALL; } in IsWasmReference()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-serialization.cc | 402 int mask = RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in WriteCode() 416 case RelocInfo::WASM_CALL: { in WriteCode() 773 int mask = RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in CopyAndRelocate() 783 case RelocInfo::WASM_CALL: { in CopyAndRelocate()
|
D | jump-table-assembler.cc | 106 Move32BitImmediate(pc, Operand(target, RelocInfo::WASM_CALL));
|
D | wasm-code-manager.cc | 315 case RelocInfo::WASM_CALL: { in Validate() 1238 RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in AddCodeWithCodeSpace()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-inlining.cc | 98 if (info.rmode() != RelocInfo::WASM_CALL) { in ReduceCall()
|
D | wasm-compiler.cc | 3131 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL); in CallDirect() 3392 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL); in ReturnCall()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 311 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 305 RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in IsIsolateIndependent()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 3027 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3031 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 3025 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3029 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 3000 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3004 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 3033 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3037 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.cc | 162 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag() 4491 RelocInfo::ModeMask(RelocInfo::WASM_CALL);
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 3570 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3574 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 3755 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 3759 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 4126 near_call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 4130 near_jmp(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 165 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 4231 Call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 4235 Jump(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4582 wasm_call(addr, RelocInfo::WASM_CALL); in CallNativeWasmCode() 4586 jmp(addr, RelocInfo::WASM_CALL); in TailCallNativeWasmCode()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.cc | 108 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 229 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 1875 if (rmode == RelocInfo::WASM_CALL || rmode == RelocInfo::WASM_STUB_CALL) { in CalculateTargetOffset()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 196 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 171 DCHECK(rmode_ == WASM_CALL || rmode_ == WASM_STUB_CALL); in wasm_call_tag()
|