Searched defs:Instructions (Results 1 - 2 of 2) sorted by relevance

/art/libdexfile/dex/
H A Ddex_instruction_iterator.h43 ALWAYS_INLINE const uint16_t* Instructions() const { function in class:art::DexInstructionPcPair
79 // Instructions from the start of the code item.
80 ALWAYS_INLINE const uint16_t* Instructions() const { function in class:art::DexInstructionIteratorBase
81 return data_.Instructions();
90 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
101 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
129 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {}
166 DCHECK_EQ(start.Instructions(), en
211 const uint16_t* Instructions() const { function in class:art::SafeDexInstructionIterator
[all...]
/art/dexlayout/
H A Ddex_ir.h1092 IterationRange<DexInstructionIterator> Instructions() const { function in class:art::dex_ir::CodeItem

Completed in 127 milliseconds