Home
last modified time | relevance | path

Searched defs:wasm_code (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-reference.h24 explicit CodeReference(const wasm::WasmCode* wasm_code) in CodeReference()
/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc106 if (auto* wasm_code = wasm::GetWasmCodeManager()->LookupCode( in NameOfAddress() local
Dobjects-printer.cc2871 if (auto* wasm_code = i::wasm::GetWasmCodeManager()->LookupCode(address)) { in _v8_internal_Print_Code() local
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1146 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
Dwasm-serialization.cc830 for (auto* wasm_code : published_codes) { in Publish() local
Dwasm-objects.cc587 wasm::WasmCode* wasm_code = in UpdateDispatchTables() local
1487 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in ImportWasmJSFunctionIntoTable() local
Dwasm-debug.cc42 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset, in FindNewPC()
Dmodule-compiler.cc3963 std::unique_ptr<WasmCode> wasm_code = native_module->AddCode( in CompileImportWrapper() local
/third_party/node/deps/v8/src/execution/
Dframes.cc637 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
Disolate.cc1978 wasm::WasmCode* wasm_code = in ThrowInternal() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc834 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/
Dcode-generator-loong64.cc589 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/
Dcode-generator-s390.cc1196 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/
Dcode-generator-arm64.cc713 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/
Dcode-generator-riscv64.cc659 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/
Dcode-generator-x64.cc1224 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/
Dcode-generator-arm.cc700 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/
Dcode-generator-ia32.cc726 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/
Dcode-generator-mips.cc641 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/
Dcode-generator-mips64.cc605 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/
Dwasm-compiler.cc8152 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