Home
last modified time | relevance | path

Searched refs:GetWasmCodeKindAsString (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc109 wasm::GetWasmCodeKindAsString(wasm_code->kind())); in NameOfAddress()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h505 const char* GetWasmCodeKindAsString(WasmCode::Kind);
Dwasm-code-manager.cc379 os << "kind: " << GetWasmCodeKindAsString(kind()) << "\n"; in Disassemble()
457 const char* GetWasmCodeKindAsString(WasmCode::Kind kind) { in GetWasmCodeKindAsString() function