Searched refs:InterpretedFrameImpl (Results 1 – 1 of 1) sorted by relevance
1244 friend class InterpretedFrameImpl;2924 class InterpretedFrameImpl { class2926 InterpretedFrameImpl(ThreadImpl* thread, int index) in InterpretedFrameImpl() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl2998 InterpretedFrame* ToFrame(InterpretedFrameImpl* impl) { in ToFrame()3001 const InterpretedFrameImpl* ToImpl(const InterpretedFrame* frame) { in ToImpl()3002 return reinterpret_cast<const InterpretedFrameImpl*>(frame); in ToImpl()3038 return FramePtr(ToFrame(new InterpretedFrameImpl(ToImpl(this), index))); in GetFrame()