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

  /art/libdexfile/dex/
primitive.h 78 static constexpr size_t ComponentSizeShift(Type type) {
  /art/runtime/mirror/
class-inl.h 765 Primitive::ComponentSizeShift(type));
776 Primitive::ComponentSizeShift(static_cast<Primitive::Type>(v32 & kPrimitiveTypeMask)));
    [all...]
class.h 370 v32 |= Primitive::ComponentSizeShift(new_type) << kPrimitiveTypeSizeShiftShift;
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 284 milliseconds