Searched refs:LookupFunctionName (Results 1 – 5 of 5) sorted by relevance
39 WireBytesRef WasmModule::LookupFunctionName(const ModuleWireBytes& wire_bytes, in LookupFunctionName() function in v8::internal::wasm::WasmModule70 return GetName(module->LookupFunctionName(*this, function->func_index)); in GetName()84 return GetNameOrNull(module->LookupFunctionName(*this, function->func_index)); in GetNameOrNull()
162 WireBytesRef LookupFunctionName(const ModuleWireBytes& wire_bytes,
667 wasm::WireBytesRef name = module_object->module()->LookupFunctionName( in GetFunctionNameOrNull()692 module()->LookupFunctionName(wire_bytes, func_index); in GetRawFunctionName()
357 module_env->module->LookupFunctionName(wire_bytes, func_index); in LazyCompileFunction()1914 WireBytesRef func_name_ref = module_->LookupFunctionName( in ProcessExports()2097 WireBytesRef func_name_ref = module_->LookupFunctionName( in LoadTableSegments()
148 module_env->module->LookupFunctionName(wire_bytes, index()); in LogCode()