Home
last modified time | relevance | path

Searched refs:ExitFrame (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/execution/
Dframes-inl.h118 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function
122 : ExitFrame(iterator) {} in BuiltinExitFrame()
Dframes.cc127 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 …]
Dframes.h96 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 {