Searched refs:ConstructEntryFrame (Results 1 – 3 of 3) sorted by relevance
111 inline ConstructEntryFrame::ConstructEntryFrame( in ConstructEntryFrame() function
100 V(CONSTRUCT_ENTRY, ConstructEntryFrame) \706 class ConstructEntryFrame : public EntryFrame {712 static ConstructEntryFrame* cast(StackFrame* frame) { in cast()714 return static_cast<ConstructEntryFrame*>(frame); in cast()718 inline explicit ConstructEntryFrame(StackFrameIteratorBase* iterator);
782 Code ConstructEntryFrame::unchecked_code() const { in unchecked_code()