Searched refs:ExitFrame (Results 1 – 3 of 3) sorted by relevance
118 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function122 : ExitFrame(iterator) {} in BuiltinExitFrame()
127 ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in Reset()319 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()452 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()455 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()691 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()697 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()704 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()717 void ExitFrame::Iterate(RootVisitor* v) const { in Iterate()723 StackFrame::Type ExitFrame::GetStateForFramePointer(Address fp, State* state) { in GetStateForFramePointer()727 : ExitFrame::ComputeStackPointer(fp); in GetStateForFramePointer()[all …]
96 V(EXIT, ExitFrame) \722 class ExitFrame : public TypedFrame {729 static ExitFrame* cast(StackFrame* frame) { in cast()731 return static_cast<ExitFrame*>(frame); in cast()743 inline explicit ExitFrame(StackFrameIteratorBase* iterator);754 class BuiltinExitFrame : public ExitFrame {