Searched refs:component_shift (Results 1 – 2 of 2) sorted by relevance
150 const auto component_shift = klass->GetComponentSizeShift(); in CopyOf() local152 Alloc(self, klass, new_length, component_shift, allocator_type); // Invalidates klass. in CopyOf()156 std::min(h_this->GetLength(), new_length) << component_shift); in CopyOf()
296 size_t component_shift = DataType::SizeShift(packed_type); in TryExtractVecArrayAccessAddress() local308 if (another_data_offset == data_offset && another_component_shift == component_shift) { in TryExtractVecArrayAccessAddress()316 if (another_data_offset == data_offset && another_component_shift == component_shift) { in TryExtractVecArrayAccessAddress()329 HIntConstant* shift = graph->GetIntConstant(component_shift); in TryExtractVecArrayAccessAddress()