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

  /art/runtime/
primitive.h 29 constexpr size_t ComponentSizeShiftWidth(size_t component_size) {
88 case kPrimNot: return ComponentSizeShiftWidth(kObjectReferenceSize);
  /art/runtime/mirror/
object_array-inl.h 46 ComponentSizeShiftWidth(kHeapReferenceSize),
52 ComponentSizeShiftWidth(kHeapReferenceSize));
array-inl.h 228 ComponentSizeShiftWidth(sizeof(T)),

Completed in 97 milliseconds