/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 | 193 dex_pc_(0) {} in Install() 203 dex_pc_ = GetDexPc(false); in Install() 210 uint32_t dex_pc_; in Install() member 215 locking_dex_pc_ = nmv.dex_pc_; in Install() 277 dex_pc_(0), in NthCallerWithDexPcVisitor() 290 dex_pc_ = GetDexPc(false /* abort_on_error*/); in VisitFrame() 300 uint32_t dex_pc_; member 325 TranslateLocation(visitor.method_, visitor.dex_pc_, &filename, &line_number); in AtraceMonitorLockImpl()
|
D | thread.cc | 3416 dex_pc_(0), in CurrentMethodVisitor() 3428 dex_pc_ = GetDexPc(abort_on_error_); in VisitFrame() 3433 uint32_t dex_pc_; member 3446 *dex_pc = visitor.dex_pc_; in GetCurrentMethod()
|
D | debugger.cc | 93 dex_pc_(dex_pc), in Breakpoint() 102 dex_pc_(other.dex_pc_), in REQUIRES_SHARED() 112 return dex_pc_; in DexPc() 128 uint32_t dex_pc_; member in art::Breakpoint
|
/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 133 data_.dex_pc_ += Inst().SizeInCodeUnits(); 185 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 | 36 return method_->GetLineNumFromDexPC(dex_pc_); in ComputeLineNumber()
|
/art/runtime/jit/ |
D | profiling_info.cc | 37 cache_[i].dex_pc_ = entries[i]; in ProfilingInfo() 74 if (cache_[i].dex_pc_ == dex_pc) { in GetInlineCache()
|
D | profiling_info.h | 45 uint32_t dex_pc_;
|
D | jit_code_cache.cc | 1680 cache.dex_pc_, is_missing_types, profile_classes); in GetProfiledMethods()
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 95 return (dex_pc_ptr_ == nullptr) ? dex_pc_ : dex_pc_ptr_ - dex_instructions_; in GetDexPC() 115 dex_pc_ = dex_pc; in SetDexPC() 304 return OFFSETOF_MEMBER(ShadowFrame, dex_pc_); in DexPCOffset() 373 dex_pc_(dex_pc), in ShadowFrame() 406 uint32_t dex_pc_; variable
|
/art/compiler/optimizing/ |
D | nodes.h | 955 dex_pc_(dex_pc), in graph_() 1029 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() 1302 const uint32_t dex_pc_; variable 1861 dex_pc_(dex_pc), in HEnvironment() 1922 return dex_pc_; in GetDexPc() 1943 const uint32_t dex_pc_; variable 1966 dex_pc_(dex_pc), in HInstruction() 2038 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() 2394 dex_pc_(other.dex_pc_), in HInstruction() 2453 const uint32_t dex_pc_; variable
|
D | code_generator_arm64.cc | 317 dex_pc_(dex_pc), in LoadClassSlowPathARM64() 335 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode() 359 const uint32_t dex_pc_; member in art::arm64::LoadClassSlowPathARM64
|
D | code_generator_mips64.cc | 183 dex_pc_(dex_pc), in LoadClassSlowPathMIPS64() 201 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode() 228 const uint32_t dex_pc_; member in art::mips64::LoadClassSlowPathMIPS64
|
D | code_generator_x86_64.cc | 245 : SlowPathCode(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathX86_64() 260 dex_pc_, in EmitNativeCode() 286 const uint32_t dex_pc_; member in art::x86_64::LoadClassSlowPathX86_64
|
D | code_generator_x86.cc | 258 : SlowPathCode(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathX86() 274 dex_pc_, in EmitNativeCode() 299 const uint32_t dex_pc_; member in art::x86::LoadClassSlowPathX86
|
D | code_generator_arm_vixl.cc | 528 : SlowPathCodeARMVIXL(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathARMVIXL() 545 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode() 568 const uint32_t dex_pc_; member in art::arm::LoadClassSlowPathARMVIXL
|
D | code_generator_mips.cc | 230 dex_pc_(dex_pc), in LoadClassSlowPathMIPS() 248 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode() 275 const uint32_t dex_pc_; member in art::mips::LoadClassSlowPathMIPS
|