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

  /art/compiler/utils/arm/
constants_arm.h 167 kTypeShift = 25,
271 inline int TypeField() const { return Bits(kTypeShift, kTypeBits); }
assembler_arm.cc 147 type << kTypeShift |
160 5 << kTypeShift |
    [all...]

Completed in 30 milliseconds