Home
last modified time | relevance | path

Searched refs:dex_pc_ (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dmapping_table.h70 native_pc_offset_(0), dex_pc_(0) { in DexToPcIterator()
76 dex_pc_ = static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_)); in DexToPcIterator()
86 return dex_pc_; in DexPc()
93 dex_pc_ += static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
111 uint32_t dex_pc_; // The current value of dex pc. variable
147 native_pc_offset_(0), dex_pc_(0) { in PcToDexIterator()
153 dex_pc_ = static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_)); in PcToDexIterator()
163 return dex_pc_; in DexPc()
170 dex_pc_ += static_cast<uint32_t>(DecodeSignedLeb128(&encoded_table_ptr_));
188 uint32_t dex_pc_; // The current value of dex pc. variable
Dmonitor.cc176 dex_pc_(0) {} in SetLockingMethod()
186 dex_pc_ = GetDexPc(false); in SetLockingMethod()
193 uint32_t dex_pc_; in SetLockingMethod() member
198 lock_owner_dex_pc = nmv.dex_pc_; in SetLockingMethod()
/art/libdexfile/dex/
Ddex_instruction_iterator.h40 return dex_pc_; in DexPc()
49 : instructions_(instructions), dex_pc_(dex_pc) {} in DexInstructionPcPair()
52 uint32_t dex_pc_ = 0; variable
132 data_.dex_pc_ += Inst().SizeInCodeUnits();
184 data_.dex_pc_ += instruction_code_units;
Dbytecode_utils.h31 dex_pc_(dex_pc), in DexSwitchTable()
62 return dex_pc_ + in GetDexPcForIndex()
86 const uint32_t dex_pc_; variable
/art/runtime/gc/
Dallocation_record.h47 dex_pc_(dex_pc) {} in AllocRecordStackTraceElement()
58 return dex_pc_; in GetDexPc()
62 dex_pc_ = pc; in SetDexPc()
66 return method_ == other.method_ && dex_pc_ == other.dex_pc_;
71 uint32_t dex_pc_ = 0; variable
Dallocation_record.cc34 return method_->GetLineNumFromDexPC(dex_pc_); in ComputeLineNumber()
/art/runtime/jit/
Dprofiling_info.cc36 cache_[i].dex_pc_ = entries[i]; in ProfilingInfo()
73 if (cache_[i].dex_pc_ == dex_pc) { in GetInlineCache()
Dprofiling_info.h51 uint32_t dex_pc_;
Djit_code_cache.cc1690 cache.dex_pc_, is_missing_types, profile_classes); in GetProfiledMethods()
/art/runtime/interpreter/
Dshadow_frame.h105 return (dex_pc_ptr_ == nullptr) ? dex_pc_ : dex_pc_ptr_ - dex_instructions_; in GetDexPC()
125 dex_pc_ = dex_pc; in SetDexPC()
284 return OFFSETOF_MEMBER(ShadowFrame, dex_pc_); in DexPCOffset()
395 dex_pc_(dex_pc), in ShadowFrame()
433 uint32_t dex_pc_; variable
/art/compiler/optimizing/
Dnodes.h1052 dex_pc_(dex_pc), in graph_()
1126 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc()
1400 const uint32_t dex_pc_; variable
1991 dex_pc_(dex_pc), in HEnvironment()
2057 return dex_pc_; in GetDexPc()
2078 const uint32_t dex_pc_; variable
2104 dex_pc_(dex_pc), in HInstruction()
2179 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc()
2544 dex_pc_(other.dex_pc_), in HInstruction()
2603 const uint32_t dex_pc_; variable