Searched refs:GetWasmCodeKindAsString (Results 1 – 3 of 3) sorted by relevance
109 wasm::GetWasmCodeKindAsString(wasm_code->kind())); in NameOfAddress()
505 const char* GetWasmCodeKindAsString(WasmCode::Kind);
379 os << "kind: " << GetWasmCodeKindAsString(kind()) << "\n"; in Disassemble()457 const char* GetWasmCodeKindAsString(WasmCode::Kind kind) { in GetWasmCodeKindAsString() function