Searched refs:GetFunctionAtAddress (Results 1 – 3 of 3) sorted by relevance
158 const wasm::WasmFunction& GetFunctionAtAddress(Address pc);
284 const WasmFunction& GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress() function in v8::internal::wasm::DebugInfoImpl857 const wasm::WasmFunction& DebugInfo::GetFunctionAtAddress(Address pc) { in GetFunctionAtAddress() function in v8::internal::wasm::DebugInfo858 return impl_->GetFunctionAtAddress(pc); in GetFunctionAtAddress()
2364 const wasm::WasmFunction& function = debug_info->GetFunctionAtAddress(pc); in GetLocalNames()