Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dcode-events.h28 using WasmName = base::Vector<const char>; variable
89 wasm::WasmName name, const char* source_url,
181 wasm::WasmName name, const char* source_url, in CodeCreateEvent()
Dlog.h183 wasm::WasmName name, const char* source_url,
422 wasm::WasmName name, const char* source_url,
490 wasm::WasmName name, const char* source_url,
Dlog.cc270 wasm::WasmName name, in CodeCreateEvent()
505 LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, in CodeCreateEvent()
1404 wasm::WasmName name, const char* /*source_url*/, in CodeCreateEvent()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h35 using WasmName = base::Vector<const char>; variable
607 WasmName GetNameOrNull(WireBytesRef ref) const;
610 WasmName GetNameOrNull(const WasmFunction* function,
636 WasmFunctionName(const WasmFunction* function, WasmName name) in WasmFunctionName()
640 const WasmName name_;
Dwasm-module.cc194 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull()
197 return WasmName::cast( in GetNameOrNull()
202 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
Dwasm-code-manager.cc230 WasmName name = wire_bytes.GetNameOrNull(name_ref); in DebugName()
265 WasmName name = base::VectorOf(fn_name); in LogCode()
272 WasmName external_url = in LogCode()
Dwasm-objects.cc188 wasm::WasmName name = wire_bytes.GetNameOrNull(name_ref); in GetRawFunctionName()
Dmodule-compiler.cc1074 WasmName name = wire_bytes.GetNameOrNull(func, module); in SetCompileError()
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.h50 wasm::WasmName name, const char* source_url,
Dprofiler-listener.cc235 wasm::WasmName name, in CodeCreateEvent()
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc164 wasm::WasmName name = wire_bytes.GetNameOrNull(name_ref); in RUNTIME_FUNCTION()
Druntime-test.cc1565 wasm::WasmName name, const char* source_url, in RUNTIME_FUNCTION()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp63 std::string toStdString(WasmName Name) { in toStdString()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc700 i::wasm::WasmName external_url = in ExternalSymbolsURL()