Home
last modified time | relevance | path

Searched refs:WasmName (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h182 WasmName GetName(WireBytesRef ref) const;
185 WasmName GetName(const WasmFunction* function,
189 WasmName GetNameOrNull(WireBytesRef ref) const;
192 WasmName GetNameOrNull(const WasmFunction* function,
217 WasmFunctionName(const WasmFunction* function, WasmName name) in WasmFunctionName()
221 const WasmName name_;
Dwasm-module.cc60 WasmName ModuleWireBytes::GetName(WireBytesRef ref) const { in GetName()
63 return WasmName::cast( in GetName()
68 WasmName ModuleWireBytes::GetName(const WasmFunction* function, in GetName()
74 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull()
77 return WasmName::cast( in GetNameOrNull()
82 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
Dfunction-compiler.h89 FunctionBody, WasmName, int index, Counters*,
112 WasmName func_name_;
Dfunction-compiler.cc48 FunctionBody body, WasmName name, in WasmCompilationUnit()
Dwasm-text.cc49 WasmName fun_name = wire_bytes.GetNameOrNull(fun, module); in PrintWasmText()
Dmodule-compiler.cc353 WasmName func_name; in LazyCompileFunction()
463 Vector<const uint8_t> bytes, WasmName name) { in AddUnit()
496 WasmName name, in CreateUnit()
548 WasmName name = wire_bytes.GetName(func, module); in InitializeCompilationUnits()
2721 WasmName name = {nullptr, 0}; in ProcessFunctionBody()
Dwasm-opcodes.h25 using WasmName = Vector<const char>; variable
Dwasm-code-manager.cc149 WasmName name_vec = wire_bytes.GetName(name_ref); in LogCode()
Dwasm-objects.cc693 wasm::WasmName name = wire_bytes.GetName(name_ref); in GetRawFunctionName()
/external/v8/src/
Dcode-events.h24 using WasmName = Vector<const char>; variable
81 wasm::WasmName name) = 0;
142 wasm::WasmName name) { in CodeCreateEvent()
Dlog.h220 const wasm::WasmCode* code, wasm::WasmName name);
432 wasm::WasmName name) override;
484 wasm::WasmName name) override;
Dlog.cc232 wasm::WasmName name) { in CodeCreateEvent()
461 wasm::WasmName name) { in CodeCreateEvent()
1264 const wasm::WasmCode* code, wasm::WasmName name) { in CodeCreateEvent()
/external/v8/src/profiler/
Dprofiler-listener.h44 wasm::WasmName name) override;
Dprofiler-listener.cc114 wasm::WasmName name) { in CodeCreateEvent()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp63 std::string toStdString(WasmName Name) { in toStdString()
/external/v8/src/compiler/
Dwasm-compiler.cc5103 Vector<const char> GetDebugName(Zone* zone, wasm::WasmName name, int index) { in GetDebugName()