Searched refs:end_it (Results 1 – 2 of 2) sorted by relevance
49 inline IterationRange<Iter> MakeIterationRange(const Iter& begin_it, const Iter& end_it) { in MakeIterationRange() argument50 return IterationRange<Iter>(begin_it, end_it); in MakeIterationRange()
1102 DexInstructionIterator end_it(code_item_accessor_.Insns(), end); in ScanTryCatchBlocks() local1103 for (DexInstructionIterator it(code_item_accessor_.Insns(), start); it < end_it; ++it) { in ScanTryCatchBlocks()