Home
last modified time | relevance | path

Searched refs:kOatClassMax (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat.h158 kOatClassMax = 3, enumerator
Doat_file.cc483 CHECK_LT(type, kOatClassMax); in GetOatClass()
535 case kOatClassMax: { in OatClass()
/art/compiler/
Doat_writer.h220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);