Searched refs:dex_pc_ (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | mapping_table.h | 70 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
|
D | monitor.cc | 190 dex_pc_(0) {} in SetLockingMethod() 200 dex_pc_ = GetDexPc(false); in SetLockingMethod() 207 uint32_t dex_pc_; in SetLockingMethod() member 212 lock_owner_dex_pc = nmv.dex_pc_; in SetLockingMethod()
|
/art/libdexfile/dex/ |
D | dex_instruction_iterator.h | 40 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;
|
D | bytecode_utils.h | 31 dex_pc_(dex_pc), in DexSwitchTable() 62 return dex_pc_ + in GetDexPcForIndex() 86 const uint32_t dex_pc_; variable
|
/art/runtime/gc/ |
D | allocation_record.h | 47 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
|
D | allocation_record.cc | 35 int32_t line_number = method_->GetLineNumFromDexPC(dex_pc_); in ComputeLineNumber() 40 line_number = static_cast<int32_t>(dex_pc_); in ComputeLineNumber()
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 105 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
|
D | interpreter_switch_impl-inl.h | 112 static_cast<int32_t>(shadow_frame_.GetDexPC()) - static_cast<int32_t>(dex_pc_); in HandlePendingException() 177 uint32_t dex_pc_, in DoDexPcMoveEvent() argument 191 dex_pc_); in DoDexPcMoveEvent() 1736 dex_pc_(dex_pc), in InstructionHandler() 1758 DCHECK_EQ(dex_pc_, shadow_frame_.GetDexPC()); in DexPC() 1759 return dex_pc_; in DexPC() 1802 uint32_t const dex_pc_; variable
|
/art/runtime/jit/ |
D | profiling_info.cc | 35 cache_[i].dex_pc_ = entries[i]; in ProfilingInfo() 74 if (cache_[i].dex_pc_ == dex_pc) { in GetInlineCache()
|
D | profiling_info.h | 54 uint32_t dex_pc_;
|
D | jit_code_cache.cc | 1584 cache.dex_pc_, is_missing_types, profile_classes); in GetProfiledMethods()
|
/art/compiler/optimizing/ |
D | nodes.h | 1093 dex_pc_(dex_pc), in graph_() 1171 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() 1445 const uint32_t dex_pc_; variable 2040 dex_pc_(dex_pc), in HEnvironment() 2106 return dex_pc_; in GetDexPc() 2144 const uint32_t dex_pc_; variable 2206 dex_pc_(dex_pc), in HInstruction() 2300 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() 2681 dex_pc_(other.dex_pc_), in HInstruction() 2740 const uint32_t dex_pc_; variable
|