Home
last modified time | relevance | path

Searched refs:GetNameOrNull (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.cc74 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull() function in v8::internal::wasm::ModuleWireBytes
82 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull() function in v8::internal::wasm::ModuleWireBytes
84 return GetNameOrNull(module->LookupFunctionName(*this, function->func_index)); in GetNameOrNull()
Dwasm-module.h189 WasmName GetNameOrNull(WireBytesRef ref) const;
192 WasmName GetNameOrNull(const WasmFunction* function,
Dfunction-compiler.cc158 wire_bytes.GetNameOrNull(function, env->module), in CompileWasmFunction()
Dwasm-text.cc49 WasmName fun_name = wire_bytes.GetNameOrNull(fun, module); in PrintWasmText()
Dmodule-decoder.cc1042 wire_bytes.GetNameOrNull(function, module)); in VerifyFunctionBody()