Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h67 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function
71 : ExitFrame(iterator) {} in BuiltinExitFrame()
Dframes.cc99 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()
[all …]
Dframes.h91 V(EXIT, ExitFrame) \
407 class ExitFrame: public StackFrame {
418 static ExitFrame* cast(StackFrame* frame) { in cast()
420 return static_cast<ExitFrame*>(frame); in cast()
432 inline explicit ExitFrame(StackFrameIteratorBase* iterator);
445 class BuiltinExitFrame : public ExitFrame {