Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc195 if (kind() != WasmCode::kWasmFunction) return; in RegisterTrapHandlerData()
354 if (FLAG_print_code || (kind() == kWasmFunction in MaybePrint()
380 if (kind() == kWasmFunction) { in Disassemble()
459 case WasmCode::kWasmFunction: in GetWasmCodeKindAsString()
1146 WasmCode::kWasmFunction, // kind in AddCodeForTesting() member in WasmCode
1310 return WasmCode::Kind::kWasmFunction; in GetCodeKind()
H A Dwasm-serialization.cc310 DCHECK_EQ(WasmCode::kWasmFunction, code->kind()); in MeasureCode()
341 DCHECK_EQ(WasmCode::kWasmFunction, code->kind()); in WriteCode()
H A Dwasm-code-manager.h161 enum Kind { kWasmFunction, kWasmToCapiWrapper, kWasmToJsWrapper, kJumpTable }; enumerator
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h836 enum WasmCallKind { kWasmFunction, kWasmImportWrapper, kWasmCapiFunction }; enumerator
847 WasmCallKind kind = kWasmFunction, bool need_frame_state = false);
H A Dwasm-compiler.cc3032 mcgraph()->zone(), sig, kWasmFunction, frame_state != nullptr); in BuildWasmCall()
8643 if (call_kind == kWasmFunction) {
/third_party/node/deps/v8/src/execution/
H A Dframes.cc640 case wasm::WasmCode::kWasmFunction: in ComputeType()
1051 wasm_code->kind() != wasm::WasmCode::kWasmFunction && in IterateCompiledFrame()
H A Disolate.cc795 if (summary.code()->kind() != wasm::WasmCode::kWasmFunction) return; in AppendWasmFrame()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc115 case wasm::WasmCode::kWasmFunction: in ComputeMarker()

Completed in 47 milliseconds