Searched refs:ExitFrame (Results 1 – 4 of 4) sorted by relevance
99 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function104 : ExitFrame(iterator) {} in BuiltinExitFrame()
100 StackFrame::Type type = ExitFrame::GetStateForFramePointer( in Reset()210 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()309 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()312 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()554 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()563 Object*& ExitFrame::code_slot() const { in code_slot()568 Code* ExitFrame::unchecked_code() const { in unchecked_code()573 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()586 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()591 void ExitFrame::Iterate(ObjectVisitor* v) const { in Iterate()[all …]
103 V(EXIT, ExitFrame) \664 class ExitFrame: public StackFrame {677 static ExitFrame* cast(StackFrame* frame) { in cast()679 return static_cast<ExitFrame*>(frame); in cast()691 inline explicit ExitFrame(StackFrameIteratorBase* iterator);704 class BuiltinExitFrame : public ExitFrame {
1796 0.11^3355399^HTMLParserThrea^chrome ^[.] v8::internal::ExitFrame::GetCallerStackPoint…1798 --- v8::internal::ExitFrame::GetCallerStackPointer() const