Searched refs:kOatClassSomeCompiled (Results 1 - 5 of 5) sorted by relevance

/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc69 case kOatClassSomeCompiled:
/art/runtime/
H A Doat.h170 kOatClassSomeCompiled = 1, // A bitmap of which OatMethodOffsets are present follows the OatClass. enumerator in enum:art::OatClassType
H A Doat_file.cc1779 if (type == kOatClassSomeCompiled) {
1872 case kOatClassSomeCompiled: {
1910 CHECK_EQ(kOatClassSomeCompiled, type_);
/art/dex2oat/linker/
H A Doat_writer.cc206 type_ = kOatClassSomeCompiled;
4308 if (oat_class_type == kOatClassSomeCompiled) {
4323 if (oat_class_type == kOatClassSomeCompiled) {
/art/oatdump/
H A Doatdump.cc255 case kOatClassSomeCompiled:
1114 // TODO: include bitmap here if type is kOatClassSomeCompiled?

Completed in 187 milliseconds