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