Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_pc_

70         native_pc_offset_(0), dex_pc_(0) {
76 dex_pc_ = static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
86 return dex_pc_;
93 dex_pc_ += static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
111 uint32_t dex_pc_; // The current value of dex pc.
147 native_pc_offset_(0), dex_pc_(0) {
153 dex_pc_ = static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
163 return dex_pc_;
170 dex_pc_ += static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
188 uint32_t dex_pc_; // The current value of dex pc.