Searched refs:ConstructFrame (Results 1 – 1 of 1) sorted by relevance
129 V(CONSTRUCT, ConstructFrame) \615 class ConstructFrame: public InternalFrame {619 static ConstructFrame* cast(StackFrame* frame) { in cast()621 return static_cast<ConstructFrame*>(frame); in cast()625 explicit ConstructFrame(StackFrameIterator* iterator) in ConstructFrame() function