Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc368 WasmInterpreter::FramePtr GetInterpretedFrame(Address frame_pointer, in GetInterpretedFrame() function in v8::internal::wasm::__anon4d21196c0111::InterpreterHandle
490 auto frame = GetInterpretedFrame(frame_pointer, frame_index); in GetScopeDetails()
663 wasm::WasmInterpreter::FramePtr WasmDebugInfo::GetInterpretedFrame( in GetInterpretedFrame() function in v8::internal::WasmDebugInfo
665 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()
Dwasm-objects.h590 GetInterpretedFrame(Address frame_pointer, int frame_index);
/external/v8/src/debug/
Ddebug-frames.cc49 ->GetInterpretedFrame(frame_->fp(), inlined_frame_index); in FrameInspector()