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

  /art/compiler/optimizing/
instruction_simplifier_mips.cc 84 DataType::Type another_packed_type = another_access->GetType(); local
85 size_t another_component_shift = DataType::SizeShift(another_packed_type);
92 DataType::Type another_packed_type = another_access->GetType(); local
93 size_t another_component_shift = DataType::SizeShift(another_packed_type);
instruction_simplifier_shared.cc 304 DataType::Type another_packed_type = another_access->GetPackedType(); local
306 DataType::Size(another_packed_type)).Uint32Value();
307 size_t another_component_shift = DataType::SizeShift(another_packed_type);

Completed in 59 milliseconds