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 : public
66 explicit DexInstructionIteratorBase(const Instruction* inst, uint32_t dex_pc) in DexInstructionIteratorBase() function
87 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 …]