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

  /art/compiler/optimizing/
instruction_simplifier_mips.cc 76 size_t component_shift = DataType::SizeShift(packed_type); local
86 if (another_component_shift == component_shift) {
94 if (another_component_shift == component_shift) {
101 if (another_component_shift == component_shift) {
112 HIntConstant* shift = graph->GetIntConstant(component_shift);
instruction_simplifier_shared.cc 296 size_t component_shift = DataType::SizeShift(packed_type); local
308 if (another_data_offset == data_offset && another_component_shift == component_shift) {
316 if (another_data_offset == data_offset && another_component_shift == component_shift) {
329 HIntConstant* shift = graph->GetIntConstant(component_shift);
  /art/runtime/mirror/
array.cc 139 const auto component_shift = GetClass()->GetComponentSizeShift(); local
140 ObjPtr<Array> new_array = Alloc<true>(self, GetClass(), new_length, component_shift, allocator_type);
144 std::min(h_this->GetLength(), new_length) << component_shift);

Completed in 224 milliseconds