Home
last modified time | relevance | path

Searched refs:HIntermediateArrayAddressIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_mips.cc99 HIntermediateArrayAddressIndex* another_access = user->AsIntermediateArrayAddressIndex(); in TryExtractArrayAccessIndex()
113 HIntermediateArrayAddressIndex* address = in TryExtractArrayAccessIndex()
114 new (allocator) HIntermediateArrayAddressIndex(index, shift, kNoDexPc); in TryExtractArrayAccessIndex()
Dnodes_mips.h94 class HIntermediateArrayAddressIndex final : public HExpression<2> {
96 HIntermediateArrayAddressIndex(HInstruction* index, HInstruction* shift, uint32_t dex_pc) in HIntermediateArrayAddressIndex() function
Dcode_generator_mips.cc3276 HIntermediateArrayAddressIndex* instruction) { in VisitIntermediateArrayAddressIndex()
3288 HIntermediateArrayAddressIndex* instruction) { in VisitIntermediateArrayAddressIndex()