Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h99 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function
104 : ExitFrame(iterator) {} in BuiltinExitFrame()
Dframes.cc101 StackFrame::Type type = ExitFrame::GetStateForFramePointer( in Reset()
222 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
338 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()
341 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()
568 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()
577 Object*& ExitFrame::code_slot() const { in code_slot()
582 Code* ExitFrame::unchecked_code() const { in unchecked_code()
587 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
601 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
606 void ExitFrame::Iterate(ObjectVisitor* v) const { in Iterate()
[all …]
Dframes.h97 V(EXIT, ExitFrame) \
708 class ExitFrame: public StackFrame {
721 static ExitFrame* cast(StackFrame* frame) { in cast()
723 return static_cast<ExitFrame*>(frame); in cast()
735 inline explicit ExitFrame(StackFrameIteratorBase* iterator);
748 class BuiltinExitFrame : public ExitFrame {