Searched refs:GetLocalName (Results 1 – 3 of 3) sorted by relevance
169 WireBytesRef GetLocalName(int func_index, int local_index);
109 native_module->GetDebugInfo()->GetLocalName(func_index, local_index); in GetLocalNameString()352 WireBytesRef GetLocalName(int func_index, int local_index) { in GetLocalName() function in v8::internal::wasm::DebugInfoImpl873 WireBytesRef DebugInfo::GetLocalName(int func_index, int local_index) { in GetLocalName() function in v8::internal::wasm::DebugInfo874 return impl_->GetLocalName(func_index, local_index); in GetLocalName()
2369 debug_info->GetLocalName(function.func_index, i); in GetLocalNames()