| /third_party/node/deps/v8/src/codegen/ |
| D | code-reference.h | 24 explicit CodeReference(const wasm::WasmCode* wasm_code) in CodeReference()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | disassembler.cc | 106 if (auto* wasm_code = wasm::GetWasmCodeManager()->LookupCode( in NameOfAddress() local
|
| D | objects-printer.cc | 2871 if (auto* wasm_code = i::wasm::GetWasmCodeManager()->LookupCode(address)) { in _v8_internal_Print_Code() local
|
| /third_party/node/deps/v8/src/wasm/ |
| D | module-instantiate.cc | 1146 WasmCode* wasm_code = in ProcessImportedFunction() local 1176 WasmCode* wasm_code = compiler::CompileWasmJSFastCallWrapper( in ProcessImportedFunction() local 1199 WasmCode* wasm_code = native_module->import_wrapper_cache()->Get( in ProcessImportedFunction() local
|
| D | wasm-serialization.cc | 830 for (auto* wasm_code : published_codes) { in Publish() local
|
| D | wasm-objects.cc | 587 wasm::WasmCode* wasm_code = in UpdateDispatchTables() local 1487 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in ImportWasmJSFunctionIntoTable() local
|
| D | wasm-debug.cc | 42 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset, in FindNewPC()
|
| D | module-compiler.cc | 3963 std::unique_ptr<WasmCode> wasm_code = native_module->AddCode( in CompileImportWrapper() local
|
| /third_party/node/deps/v8/src/execution/ |
| D | frames.cc | 637 if (wasm::WasmCode* wasm_code = in ComputeType() local 1045 if (auto* wasm_code = wasm::GetWasmCodeManager()->LookupCode(inner_pointer)) { in IterateCompiledFrame() local 2077 wasm::WasmCode* WasmFrame::wasm_code() const { in wasm_code() function in v8::internal::WasmFrame
|
| D | isolate.cc | 1978 wasm::WasmCode* wasm_code = in ThrowInternal() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 834 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 836 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local 853 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 855 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 589 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 601 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 1196 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 1210 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 713 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 726 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 659 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 686 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 1224 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 1240 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 700 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local 713 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 726 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local 742 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 641 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local 653 Address wasm_code = static_cast<Address>(constant.ToInt32()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 605 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local 618 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 8152 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in CompileWasmCapiCallWrapper() local 8205 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in CompileWasmJSFastCallWrapper() local
|