Searched refs:WasmName (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-module.h | 182 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_;
|
D | wasm-module.cc | 60 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()
|
D | function-compiler.h | 89 FunctionBody, WasmName, int index, Counters*, 112 WasmName func_name_;
|
D | function-compiler.cc | 48 FunctionBody body, WasmName name, in WasmCompilationUnit()
|
D | wasm-text.cc | 49 WasmName fun_name = wire_bytes.GetNameOrNull(fun, module); in PrintWasmText()
|
D | module-compiler.cc | 353 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()
|
D | wasm-opcodes.h | 25 using WasmName = Vector<const char>; variable
|
D | wasm-code-manager.cc | 149 WasmName name_vec = wire_bytes.GetName(name_ref); in LogCode()
|
D | wasm-objects.cc | 693 wasm::WasmName name = wire_bytes.GetName(name_ref); in GetRawFunctionName()
|
/external/v8/src/ |
D | code-events.h | 24 using WasmName = Vector<const char>; variable 81 wasm::WasmName name) = 0; 142 wasm::WasmName name) { in CodeCreateEvent()
|
D | log.h | 220 const wasm::WasmCode* code, wasm::WasmName name); 432 wasm::WasmName name) override; 484 wasm::WasmName name) override;
|
D | log.cc | 232 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/ |
D | profiler-listener.h | 44 wasm::WasmName name) override;
|
D | profiler-listener.cc | 114 wasm::WasmName name) { in CodeCreateEvent()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 63 std::string toStdString(WasmName Name) { in toStdString()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 5103 Vector<const char> GetDebugName(Zone* zone, wasm::WasmName name, int index) { in GetDebugName()
|