Home
last modified time | relevance | path

Searched refs:dex_pc_ (Results 1 – 18 of 18) 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
Dbytecode_utils.h33 dex_pc_(start_dex_pc) {} in CodeItemIterator()
39 uint32_t CurrentDexPc() const { return dex_pc_; } in CurrentDexPc()
45 dex_pc_ += instruction_size; in Advance()
51 uint32_t dex_pc_; variable
60 dex_pc_(dex_pc), in DexSwitchTable()
91 return dex_pc_ + in GetDexPcForIndex()
115 const uint32_t dex_pc_; variable
Dmonitor.cc233 dex_pc_(0), in NthCallerWithDexPcVisitor()
246 dex_pc_ = GetDexPc(false /* abort_on_error*/); in VisitFrame()
256 uint32_t dex_pc_; member
281 TranslateLocation(visitor.method_, visitor.dex_pc_, &filename, &line_number); in AtraceMonitorLockImpl()
Dthread.cc3130 dex_pc_(0), in CurrentMethodVisitor()
3142 dex_pc_ = GetDexPc(abort_on_error_); in VisitFrame()
3147 uint32_t dex_pc_; member
3160 *dex_pc = visitor.dex_pc_; in GetCurrentMethod()
Ddebugger.cc88 dex_pc_(dex_pc), in Breakpoint()
97 dex_pc_(other.dex_pc_), in REQUIRES_SHARED()
107 return dex_pc_; in DexPc()
123 uint32_t dex_pc_; member in art::Breakpoint
/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.cc35 return method_->GetLineNumFromDexPC(dex_pc_); in ComputeLineNumber()
/art/runtime/interpreter/
Dshadow_frame.h95 return (dex_pc_ptr_ == nullptr) ? dex_pc_ : dex_pc_ptr_ - code_item_->insns_; in GetDexPC()
115 dex_pc_ = dex_pc; in SetDexPC()
312 return OFFSETOF_MEMBER(ShadowFrame, dex_pc_); in DexPCOffset()
373 dex_pc_(dex_pc), in ShadowFrame()
404 uint32_t dex_pc_; variable
/art/runtime/jit/
Dprofiling_info.cc37 cache_[i].dex_pc_ = entries[i]; in ProfilingInfo()
82 if (cache_[i].dex_pc_ == dex_pc) { in GetInlineCache()
Dprofiling_info.h45 uint32_t dex_pc_;
Djit_code_cache.cc1418 cache.dex_pc_, is_missing_types, profile_classes); in GetProfiledMethods()
/art/compiler/optimizing/
Dnodes.h924 dex_pc_(dex_pc), in graph_()
984 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc()
1255 const uint32_t dex_pc_; variable
1787 dex_pc_(dex_pc), in HEnvironment()
1846 return dex_pc_; in GetDexPc()
1867 const uint32_t dex_pc_; variable
1883 dex_pc_(dex_pc), in HInstruction()
1959 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc()
2317 const uint32_t dex_pc_; variable
Dcode_generator_arm64.cc313 dex_pc_(dex_pc), in LoadClassSlowPathARM64()
346 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode()
390 const uint32_t dex_pc_; member in art::arm64::LoadClassSlowPathARM64
Dcode_generator_mips64.cc171 dex_pc_(dex_pc), in LoadClassSlowPathMIPS64()
207 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode()
258 const uint32_t dex_pc_; member in art::mips64::LoadClassSlowPathMIPS64
Dcode_generator_x86_64.cc241 : SlowPathCode(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathX86_64()
256 dex_pc_, in EmitNativeCode()
291 const uint32_t dex_pc_; member in art::x86_64::LoadClassSlowPathX86_64
Dcode_generator_x86.cc261 : SlowPathCode(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathX86()
277 dex_pc_, in EmitNativeCode()
312 const uint32_t dex_pc_; member in art::x86::LoadClassSlowPathX86
Dcode_generator_arm_vixl.cc470 : SlowPathCodeARMVIXL(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) { in LoadClassSlowPathARMVIXL()
504 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode()
543 const uint32_t dex_pc_; member in art::arm::LoadClassSlowPathARMVIXL
Dcode_generator_mips.cc215 dex_pc_(dex_pc), in LoadClassSlowPathMIPS()
251 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this); in EmitNativeCode()
308 const uint32_t dex_pc_; member in art::mips::LoadClassSlowPathMIPS