HomeSort by relevance Sort by last modified time
    Searched refs:EntryFrame (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
frames-inl.h 133 inline EntryFrame::EntryFrame(StackFrameIteratorBase* iterator)
140 : EntryFrame(iterator) {
frames.h 137 V(ENTRY, EntryFrame) \
364 class EntryFrame: public StackFrame {
373 static EntryFrame* cast(StackFrame* frame) {
375 return static_cast<EntryFrame*>(frame);
380 inline explicit EntryFrame(StackFrameIteratorBase* iterator);
395 class EntryConstructFrame: public EntryFrame {
frames.cc 292 // See EntryFrame::GetCallerState. It computes the caller FP address
466 Code* EntryFrame::unchecked_code() const {
471 void EntryFrame::ComputeCallerState(State* state) const {
476 void EntryFrame::SetCallerFp(Address caller_fp) {
482 StackFrame::Type EntryFrame::GetCallerState(State* state) const {
    [all...]

Completed in 143 milliseconds