Searched refs:DexInstructionIteratorBase (Results 1 – 1 of 1) sorted by relevance
54 friend class DexInstructionIteratorBase; variable60 class DexInstructionIteratorBase : public66 explicit DexInstructionIteratorBase(const Instruction* inst, uint32_t dex_pc) in DexInstructionIteratorBase() function87 static ALWAYS_INLINE inline bool operator==(const DexInstructionIteratorBase& lhs,88 const DexInstructionIteratorBase& rhs) {93 static inline bool operator!=(const DexInstructionIteratorBase& lhs,94 const DexInstructionIteratorBase& rhs) {98 static inline bool operator<(const DexInstructionIteratorBase& lhs,99 const DexInstructionIteratorBase& rhs) {104 static inline bool operator>(const DexInstructionIteratorBase& lhs,[all …]