Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h108 inline EntryFrame::EntryFrame(StackFrameIteratorBase* iterator) in EntryFrame() function
113 : EntryFrame(iterator) {} in ConstructEntryFrame()
Dframes.h99 V(ENTRY, EntryFrame) \
677 class EntryFrame : public TypedFrame {
686 static EntryFrame* cast(StackFrame* frame) { in cast()
688 return static_cast<EntryFrame*>(frame); in cast()
692 inline explicit EntryFrame(StackFrameIteratorBase* iterator);
706 class ConstructEntryFrame : public EntryFrame {
Dframes.cc760 Code EntryFrame::unchecked_code() const { in unchecked_code()
764 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
768 StackFrame::Type EntryFrame::GetCallerState(State* state) const { in GetCallerState()
2394 void EntryFrame::Iterate(RootVisitor* v) const { in Iterate()