Lines Matching refs:ExitFrame
99 StackFrame::Type type = ExitFrame::GetStateForFramePointer( in Reset()
226 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
347 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()
350 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()
584 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()
592 Object*& ExitFrame::code_slot() const { in code_slot()
597 Code* ExitFrame::unchecked_code() const { in unchecked_code()
602 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
616 void ExitFrame::Iterate(RootVisitor* v) const { in Iterate()
624 Address ExitFrame::GetCallerStackPointer() const { in GetCallerStackPointer()
629 StackFrame::Type ExitFrame::GetStateForFramePointer(Address fp, State* state) { in GetStateForFramePointer()
638 StackFrame::Type ExitFrame::ComputeFrameType(Address fp) { in ComputeFrameType()
658 Address ExitFrame::ComputeStackPointer(Address fp) { in ComputeStackPointer()
663 void ExitFrame::FillState(Address fp, Address sp, State* state) { in FillState()