Searched refs:ExitFrame (Results 1 – 4 of 4) sorted by relevance
104 StackFrame::Type type = ExitFrame::GetStateForFramePointer( in Reset()207 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()317 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()320 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()518 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()527 Object*& ExitFrame::code_slot() const { in code_slot()533 Code* ExitFrame::unchecked_code() const { in unchecked_code()538 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()551 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()556 void ExitFrame::Iterate(ObjectVisitor* v) const { in Iterate()[all …]
104 V(EXIT, ExitFrame) \439 class ExitFrame: public StackFrame {452 static ExitFrame* cast(StackFrame* frame) { in cast()454 return static_cast<ExitFrame*>(frame); in cast()465 inline explicit ExitFrame(StackFrameIteratorBase* iterator);
95 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function
1796 0.11^3355399^HTMLParserThrea^chrome ^[.] v8::internal::ExitFrame::GetCallerStackPoint…1798 --- v8::internal::ExitFrame::GetCallerStackPointer() const