Searched refs:WasmName (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
D | code-events.h | 28 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()
|
D | log.h | 183 wasm::WasmName name, const char* source_url, 422 wasm::WasmName name, const char* source_url, 490 wasm::WasmName name, const char* source_url,
|
D | log.cc | 270 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/ |
D | wasm-module.h | 35 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_;
|
D | wasm-module.cc | 194 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull() 197 return WasmName::cast( in GetNameOrNull() 202 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
|
D | wasm-code-manager.cc | 230 WasmName name = wire_bytes.GetNameOrNull(name_ref); in DebugName() 265 WasmName name = base::VectorOf(fn_name); in LogCode() 272 WasmName external_url = in LogCode()
|
D | wasm-objects.cc | 188 wasm::WasmName name = wire_bytes.GetNameOrNull(name_ref); in GetRawFunctionName()
|
D | module-compiler.cc | 1074 WasmName name = wire_bytes.GetNameOrNull(func, module); in SetCompileError()
|
/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.h | 50 wasm::WasmName name, const char* source_url,
|
D | profiler-listener.cc | 235 wasm::WasmName name, in CodeCreateEvent()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test-wasm.cc | 164 wasm::WasmName name = wire_bytes.GetNameOrNull(name_ref); in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 1565 wasm::WasmName name, const char* source_url, in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 63 std::string toStdString(WasmName Name) { in toStdString()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-interface.cc | 700 i::wasm::WasmName external_url = in ExternalSymbolsURL()
|