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

  /art/runtime/
stack.h 305 : link_(NULL), top_shadow_frame_(NULL), top_quick_frame_(NULL), top_quick_frame_pc_(0) {}
331 DCHECK(top_shadow_frame_ == NULL);
340 DCHECK(top_shadow_frame_ == NULL);
354 ShadowFrame* old_frame = top_shadow_frame_;
355 top_shadow_frame_ = new_top_frame;
362 CHECK(top_shadow_frame_ != NULL);
363 ShadowFrame* frame = top_shadow_frame_;
364 top_shadow_frame_ = frame->GetLink();
369 return top_shadow_frame_;
374 top_shadow_frame_ = top
387 ShadowFrame* top_shadow_frame_; variable
    [all...]
stack.cc 62 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;
76 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;
thread.cc 1912 ShadowFrame* top_shadow_frame_; member in class:art::CatchBlockStackVisitor
    [all...]

Completed in 36 milliseconds