Searched refs:start_dex_pc (Results 1 – 2 of 2) sorted by relevance
84 uint32_t start_dex_pc) const { in InstructionsFrom() argument85 DCHECK_LT(start_dex_pc, InsnsSizeInCodeUnits()); in InstructionsFrom()87 DexInstructionIterator(insns_, start_dex_pc), in InstructionsFrom()
52 IterationRange<DexInstructionIterator> InstructionsFrom(uint32_t start_dex_pc) const;