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

  /art/runtime/
stack.cc 88 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(0), cur_depth_(0),
97 return GetMethod()->ToDexPc(cur_quick_frame_pc_);
132 return GetMethod()->NativePcOffset(cur_quick_frame_pc_);
265 method->AssertPcIsWithinCode(cur_quick_frame_pc_);
289 cur_quick_frame_pc_ = current_fragment->GetTopQuickFramePc();
335 cur_quick_frame_pc_ = return_pc;
stack.h 533 return cur_quick_frame_pc_;
564 uintptr_t cur_quick_frame_pc_; member in class:art::StackVisitor

Completed in 2151 milliseconds