Searched refs:start_dex_pc (Results 1 – 2 of 2) sorted by relevance
78 uint32_t start_dex_pc) const { in InstructionsFrom() argument79 DCHECK_LT(start_dex_pc, InsnsSizeInCodeUnits()); in InstructionsFrom()81 DexInstructionIterator(insns_, start_dex_pc), in InstructionsFrom()
44 IterationRange<DexInstructionIterator> InstructionsFrom(uint32_t start_dex_pc) const;