Home
last modified time | relevance | path

Searched refs:GetLocalName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.h169 WireBytesRef GetLocalName(int func_index, int local_index);
Dwasm-debug.cc109 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::DebugInfoImpl
873 WireBytesRef DebugInfo::GetLocalName(int func_index, int local_index) { in GetLocalName() function in v8::internal::wasm::DebugInfo
874 return impl_->GetLocalName(func_index, local_index); in GetLocalName()
Dwasm-js.cc2369 debug_info->GetLocalName(function.func_index, i); in GetLocalNames()