Searched refs:top_quick_frame_ (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dstack.h407 : link_(NULL), top_shadow_frame_(NULL), top_quick_frame_(NULL), top_quick_frame_pc_(0) {}
429 return top_quick_frame_;
434 top_quick_frame_ = top;
447 return OFFSETOF_MEMBER(ManagedStack, top_quick_frame_);
455 DCHECK(top_quick_frame_ == NULL);
463 DCHECK(top_quick_frame_ == NULL);
475 DCHECK(top_quick_frame_ == NULL);
490 StackReference<mirror::ArtMethod>* top_quick_frame_; variable

Completed in 26 milliseconds