Home
last modified time | relevance | path

Searched refs:kWasmToJsWrapper (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.h42 kWasmToJsWrapper, member
H A Dwasm-code-manager.cc232 if (kind() == kWasmToJsWrapper) { in DebugName()
463 case WasmCode::kWasmToJsWrapper: in GetWasmCodeKindAsString()
1307 case WasmCompilationResult::kWasmToJsWrapper: in GetCodeKind()
1308 return WasmCode::Kind::kWasmToJsWrapper; in GetCodeKind()
H A Dwasm-code-manager.h161 enum Kind { kWasmFunction, kWasmToCapiWrapper, kWasmToJsWrapper, kJumpTable }; enumerator
H A Dmodule-instantiate.cc1203 if (wasm_code->kind() == WasmCode::kWasmToJsWrapper) { in ProcessImportedFunction()
H A Dwasm-objects.cc1101 DCHECK(wasm_to_js_wrapper->kind() == wasm::WasmCode::kWasmToJsWrapper || in SetWasmToJs()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc644 case wasm::WasmCode::kWasmToJsWrapper: in ComputeType()
2142 if (!code || code->kind() != wasm::WasmCode::kWasmToJsWrapper) return false; in at_to_number_conversion()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc3080 result.kind = wasm::WasmCompilationResult::kWasmToJsWrapper; in GenerateCodeForWasmNativeStub()
H A Dwasm-compiler.cc8209 result.source_positions.as_vector(), wasm::WasmCode::kWasmToJsWrapper,

Completed in 37 milliseconds