Home
last modified time | relevance | path

Searched refs:DexInstructionIteratorBase (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_iterator.h54 friend class DexInstructionIteratorBase; variable
60 class DexInstructionIteratorBase {
68 explicit DexInstructionIteratorBase(const Instruction* inst, uint32_t dex_pc) in DexInstructionIteratorBase() function
89 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 …]