Lines Matching refs:CommonFrame
351 class CommonFrame; variable
444 static FrameSummary GetTop(const CommonFrame* frame);
445 static FrameSummary GetBottom(const CommonFrame* frame);
446 static FrameSummary GetSingle(const CommonFrame* frame);
447 static FrameSummary Get(const CommonFrame* frame, int index);
481 class CommonFrame : public StackFrame {
500 static CommonFrame* cast(StackFrame* frame) { in cast()
502 return static_cast<CommonFrame*>(frame); in cast()
506 inline explicit CommonFrame(StackFrameIteratorBase* iterator);
537 class TypedFrame : public CommonFrame {
546 class CommonFrameWithJSLinkage : public CommonFrame {
1298 inline CommonFrame* frame() const;
1299 inline CommonFrame* Reframe();