Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc1244 friend class InterpretedFrameImpl;
2924 class InterpretedFrameImpl { class
2926 InterpretedFrameImpl(ThreadImpl* thread, int index) in InterpretedFrameImpl() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl
2998 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()