HomeSort by relevance Sort by last modified time
    Searched refs:another_access (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_mips.cc 83 HArrayGet* another_access = user->AsArrayGet(); local
84 DataType::Type another_packed_type = another_access->GetType();
91 HArraySet* another_access = user->AsArraySet(); local
92 DataType::Type another_packed_type = another_access->GetType();
99 HIntermediateArrayAddressIndex* another_access = user->AsIntermediateArrayAddressIndex(); local
100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue();
instruction_simplifier_shared.cc 303 HVecMemoryOperation* another_access = user->AsVecMemoryOperation(); local
304 DataType::Type another_packed_type = another_access->GetPackedType();
313 HIntermediateAddressIndex* another_access = user->AsIntermediateAddressIndex(); local
314 uint32_t another_data_offset = another_access->GetOffset()->AsIntConstant()->GetValue();
315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue();

Completed in 50 milliseconds