Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h88 inline EntryFrame::EntryFrame(StackFrameIteratorBase* iterator) in EntryFrame() function
95 : EntryFrame(iterator) { in EntryConstructFrame()
Dframes.h95 V(ENTRY, EntryFrame) \
657 class EntryFrame: public StackFrame {
666 static EntryFrame* cast(StackFrame* frame) { in cast()
668 return static_cast<EntryFrame*>(frame); in cast()
673 inline explicit EntryFrame(StackFrameIteratorBase* iterator);
688 class EntryConstructFrame: public EntryFrame {
Dframes.cc549 Code* EntryFrame::unchecked_code() const { in unchecked_code()
554 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
559 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
565 StackFrame::Type EntryFrame::GetCallerState(State* state) const { in GetCallerState()
2026 void EntryFrame::Iterate(ObjectVisitor* v) const { in Iterate()