Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h115 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function in v8::internal::ExitFrame
119 : ExitFrame(iterator) {} in BuiltinExitFrame()
243 : ExitFrame(iterator) {} in StackSwitchFrame()
H A Dframes.cc158 ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in Reset()
388 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
500 // and calls ExitFrame::GetStateForFramePointer on it. We need to be in IsValidCaller()
513 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()
516 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()
771 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()
778 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()
786 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
799 void ExitFrame::Iterate(RootVisitor* v) const { in Iterate()
805 StackFrame::Type ExitFrame
[all...]
H A Dframes.h33 // - ExitFrame
101 V(EXIT, ExitFrame) \
726 class ExitFrame : public TypedFrame { class
733 static ExitFrame* cast(StackFrame* frame) { in cast()
735 return static_cast<ExitFrame*>(frame); in cast()
747 inline explicit ExitFrame(StackFrameIteratorBase* iterator);
758 class BuiltinExitFrame : public ExitFrame {
1055 class StackSwitchFrame : public ExitFrame {

Completed in 8 milliseconds