Lines Matching refs:DexPc
32 return *Instruction::At(instructions_ + DexPc()); in Inst()
39 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function
74 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function
75 return data_.DexPc(); in DexPc()
90 return lhs.DexPc() == rhs.DexPc();
101 return lhs.DexPc() < rhs.DexPc();
128 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {} in DexInstructionIterator()
152 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function
153 return data_.DexPc(); in DexPc()
163 : DexInstructionIteratorBase(&start.Inst(), start.DexPc()) in SafeDexInstructionIterator()
164 , num_code_units_(end.DexPc()) { in SafeDexInstructionIterator()
174 const size_t available = NumCodeUnits() - DexPc();
223 DCHECK_LT(DexPc(), NumCodeUnits()); in AssertValid()