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

  /art/runtime/
throw_location.h 43 dex_pc_(throw_dex_pc) {}
54 return dex_pc_;
60 dex_pc_ = -1;
73 uint32_t dex_pc_; variable
throw_location.cc 30 MethodHelper(method_).GetLineNumFromDexPC(dex_pc_));
mapping_table.h 68 native_pc_offset_(0), dex_pc_(0) {
72 dex_pc_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
81 return dex_pc_;
87 dex_pc_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
105 uint32_t dex_pc_; // The current value of dex pc. member in class:art::MappingTable::DexToPcIterator
141 native_pc_offset_(0), dex_pc_(0) {
145 dex_pc_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
154 return dex_pc_;
160 dex_pc_ = DecodeUnsignedLeb128(&encoded_table_ptr_);
178 uint32_t dex_pc_; // The current value of dex pc member in class:art::MappingTable::PcToDexIterator
    [all...]
stack.h 109 return dex_pc_;
113 dex_pc_ = dex_pc;
239 return OFFSETOF_MEMBER(ShadowFrame, dex_pc_);
253 : number_of_vregs_(num_vregs), link_(link), method_(method), dex_pc_(dex_pc) {
292 uint32_t dex_pc_; member in class:art::ShadowFrame
thread.cc 1971 uint32_t dex_pc_; member in struct:art::CurrentMethodVisitor
    [all...]

Completed in 61 milliseconds