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 65 cur_quick_frame_pc_(0),
95 cur_quick_frame_pc_);
120 return GetCurrentInlineInfo(GetCurrentOatQuickMethodHeader(), cur_quick_frame_pc_).
126 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
174 return GetCurrentOatQuickMethodHeader()->NativeQuickPcOffset(cur_quick_frame_pc_);
234 uint32_t native_pc_offset = method_header->NativeQuickPcOffset(cur_quick_frame_pc_);
677 AssertPcIsWithinQuickCode(method, cur_quick_frame_pc_);
771 cur_quick_frame_pc_ = 0;
779 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_);
788 cur_oat_quick_method_header_->NativeQuickPcOffset(cur_quick_frame_pc_);
    [all...]
stack.h 231 return cur_quick_frame_pc_;
307 uintptr_t cur_quick_frame_pc_; member in class:art::StackVisitor

Completed in 194 milliseconds