Searched refs:GetInterpretedStack (Results 1 – 3 of 3) sorted by relevance
351 std::vector<std::pair<uint32_t, int>> GetInterpretedStack( in GetInterpretedStack() function in v8::internal::wasm::__anonf9bf0af50111::InterpreterHandle658 std::vector<std::pair<uint32_t, int>> WasmDebugInfo::GetInterpretedStack( in GetInterpretedStack() function in v8::internal::WasmDebugInfo660 return GetInterpreterHandle(this)->GetInterpretedStack(frame_pointer); in GetInterpretedStack()
586 std::vector<std::pair<uint32_t, int>> GetInterpretedStack(
1879 instance->debug_info()->GetInterpretedStack(fp()); in Summarize()