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

  /art/runtime/
stack.h 421 : link_(NULL), top_shadow_frame_(NULL), top_quick_frame_(NULL), top_quick_frame_pc_(0) {}
447 DCHECK(top_shadow_frame_ == NULL);
456 DCHECK(top_shadow_frame_ == NULL);
470 ShadowFrame* old_frame = top_shadow_frame_;
471 top_shadow_frame_ = new_top_frame;
478 CHECK(top_shadow_frame_ != NULL);
479 ShadowFrame* frame = top_shadow_frame_;
480 top_shadow_frame_ = frame->GetLink();
485 return top_shadow_frame_;
490 top_shadow_frame_ = top
503 ShadowFrame* top_shadow_frame_; variable
    [all...]
stack.cc 67 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;
81 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;

Completed in 2445 milliseconds