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

  /art/runtime/
transaction.h 172 kShort,
  /external/v8/src/interpreter/
bytecode-operands.h 77 kShort = 2,
89 V(FixedUnsignedShort, false, true, OperandSize::kShort)
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 166 kShort = 3,
168 kDateOffset = kShort + 1,
172 // kShort + kDateOffset = 7
181 // kShort + kDateTimeOffset = 12
192 kShortRelative = kShort | kRelative,
206 SHORT = kShort,
    [all...]
  /art/runtime/verifier/
reg_type.h 277 kShort,
297 CHECK(AssignmentType::kShort == t);
547 return AssignmentType::kShort;
    [all...]

Completed in 747 milliseconds