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

  /art/runtime/
oat.h 158 kOatClassMax = 3,
oat_file.cc 483 CHECK_LT(type, kOatClassMax);
535 case kOatClassMax: {
  /art/compiler/
oat_writer.h 220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);

Completed in 57 milliseconds