Searched refs:Instructions (Results 1 – 5 of 5) sorted by relevance
43 ALWAYS_INLINE const uint16_t* Instructions() const { in Instructions() function79 ALWAYS_INLINE const uint16_t* Instructions() const { in Instructions() function80 return data_.Instructions(); in Instructions()89 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";100 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";128 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {} in DexInstructionIterator()165 DCHECK_EQ(start.Instructions(), end.Instructions()) in SafeDexInstructionIterator()210 const uint16_t* Instructions() const { in Instructions() function211 return data_.Instructions(); in Instructions()
171 IterationRange<DexInstructionIterator> instructions = code_item->Instructions(); in WriteCodeItem()
1072 IterationRange<DexInstructionIterator> Instructions() const { in Instructions() function
1014 IterationRange<DexInstructionIterator> instructions = code->Instructions(); in GetIdsFromByteCode()
1039 for (const DexInstructionPcPair& inst : code->Instructions()) { in DumpBytecodes()