Searched refs:GetInterpretedFrame (Results 1 – 3 of 3) sorted by relevance
368 WasmInterpreter::FramePtr GetInterpretedFrame(Address frame_pointer, in GetInterpretedFrame() function in v8::internal::wasm::__anon4d21196c0111::InterpreterHandle490 auto frame = GetInterpretedFrame(frame_pointer, frame_index); in GetScopeDetails()663 wasm::WasmInterpreter::FramePtr WasmDebugInfo::GetInterpretedFrame( in GetInterpretedFrame() function in v8::internal::WasmDebugInfo665 return GetInterpreterHandle(this)->GetInterpretedFrame(frame_pointer, idx); in GetInterpretedFrame()688 auto frame = interp_handle->GetInterpretedFrame(frame_pointer, frame_index); in GetGlobalScopeObject()696 auto frame = interp_handle->GetInterpretedFrame(frame_pointer, frame_index); in GetLocalScopeObject()
590 GetInterpretedFrame(Address frame_pointer, int frame_index);
49 ->GetInterpretedFrame(frame_->fp(), inlined_frame_index); in FrameInspector()