Home
last modified time | relevance | path

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

/art/runtime/
Dmapping_table.h111 uint32_t dex_pc_; // The current value of dex pc. variable
188 uint32_t dex_pc_; // The current value of dex pc. variable
Dthrow_location.h84 uint32_t dex_pc_; variable
Dprofiler.h90 uint32_t dex_pc_; variable
Dstack.h395 uint32_t dex_pc_; variable
Dprofiler.cc73 uint32_t dex_pc_ = GetDexPc(); in VisitFrame() local
Dthread.cc2005 uint32_t dex_pc_; member
Ddebugger.cc105 uint32_t dex_pc_; member in art::AllocRecordStackTraceElement
220 uint32_t dex_pc_; member in art::Breakpoint
/art/compiler/optimizing/
Dcode_generator_x86_64.cc78 const uint32_t dex_pc_; member in art::x86_64::NullCheckSlowPathX86_64
117 const uint32_t dex_pc_; member in art::x86_64::BoundsCheckSlowPathX86_64
Dcode_generator_arm.cc75 const uint32_t dex_pc_; member in art::arm::NullCheckSlowPathARM
113 const uint32_t dex_pc_; member in art::arm::BoundsCheckSlowPathARM
Dcode_generator_x86.cc73 const uint32_t dex_pc_; member in art::x86::NullCheckSlowPathX86
110 const uint32_t dex_pc_; member in art::x86::BoundsCheckSlowPathX86
Dnodes.h1162 const uint32_t dex_pc_; variable