Searched refs:EntryFrame (Results 1 – 3 of 3) sorted by relevance
108 inline EntryFrame::EntryFrame(StackFrameIteratorBase* iterator) in EntryFrame() function113 : EntryFrame(iterator) {} in ConstructEntryFrame()
99 V(ENTRY, EntryFrame) \677 class EntryFrame : public TypedFrame {686 static EntryFrame* cast(StackFrame* frame) { in cast()688 return static_cast<EntryFrame*>(frame); in cast()692 inline explicit EntryFrame(StackFrameIteratorBase* iterator);706 class ConstructEntryFrame : public EntryFrame {
760 Code EntryFrame::unchecked_code() const { in unchecked_code()764 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState()768 StackFrame::Type EntryFrame::GetCallerState(State* state) const { in GetCallerState()2394 void EntryFrame::Iterate(RootVisitor* v) const { in Iterate()