Searched refs:DexInstructionIteratorBase (Results 1 – 1 of 1) sorted by relevance
54 friend class DexInstructionIteratorBase; variable60 class DexInstructionIteratorBase {68 explicit DexInstructionIteratorBase(const Instruction* inst, uint32_t dex_pc) in DexInstructionIteratorBase() function89 static ALWAYS_INLINE inline bool operator==(const DexInstructionIteratorBase& lhs,90 const DexInstructionIteratorBase& rhs) {95 static inline bool operator!=(const DexInstructionIteratorBase& lhs,96 const DexInstructionIteratorBase& rhs) {100 static inline bool operator<(const DexInstructionIteratorBase& lhs,101 const DexInstructionIteratorBase& rhs) {106 static inline bool operator>(const DexInstructionIteratorBase& lhs,[all …]