Searched refs:GetNameOrNull (Results 1 – 5 of 5) sorted by relevance
74 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull() function in v8::internal::wasm::ModuleWireBytes82 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull() function in v8::internal::wasm::ModuleWireBytes84 return GetNameOrNull(module->LookupFunctionName(*this, function->func_index)); in GetNameOrNull()
189 WasmName GetNameOrNull(WireBytesRef ref) const;192 WasmName GetNameOrNull(const WasmFunction* function,
158 wire_bytes.GetNameOrNull(function, env->module), in CompileWasmFunction()
49 WasmName fun_name = wire_bytes.GetNameOrNull(fun, module); in PrintWasmText()
1042 wire_bytes.GetNameOrNull(function, module)); in VerifyFunctionBody()