Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h133 inline EntryFrame::EntryFrame(StackFrameIteratorBase* iterator) in EntryFrame() function
140 : EntryFrame(iterator) { in EntryConstructFrame()
Dframes.h137 V(ENTRY, EntryFrame) \
364 class EntryFrame: public StackFrame {
373 static EntryFrame* cast(StackFrame* frame) { in cast()
375 return static_cast<EntryFrame*>(frame); in cast()
380 inline explicit EntryFrame(StackFrameIteratorBase* iterator);
395 class EntryConstructFrame: public EntryFrame {
Dframes.cc466 Code* EntryFrame::unchecked_code() const { in unchecked_code()
471 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
476 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
482 StackFrame::Type EntryFrame::GetCallerState(State* state) const { in GetCallerState()
1333 void EntryFrame::Iterate(ObjectVisitor* v) const { in Iterate()