Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc39 WireBytesRef WasmModule::LookupFunctionName(const ModuleWireBytes& wire_bytes, in LookupFunctionName() function in v8::internal::wasm::WasmModule
70 return GetName(module->LookupFunctionName(*this, function->func_index)); in GetName()
84 return GetNameOrNull(module->LookupFunctionName(*this, function->func_index)); in GetNameOrNull()
Dwasm-module.h162 WireBytesRef LookupFunctionName(const ModuleWireBytes& wire_bytes,
Dwasm-objects.cc667 wasm::WireBytesRef name = module_object->module()->LookupFunctionName( in GetFunctionNameOrNull()
692 module()->LookupFunctionName(wire_bytes, func_index); in GetRawFunctionName()
Dmodule-compiler.cc357 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()
Dwasm-code-manager.cc148 module_env->module->LookupFunctionName(wire_bytes, index()); in LogCode()