Home
last modified time | relevance | path

Searched refs:kSomeCompiled (Results 1 – 6 of 6) sorted by relevance

/art/test/661-oat-writer-layout/
Doat_writer_layout.cc69 case OatClassType::kSomeCompiled: in Java_Main_hasOatCompiledCode()
/art/runtime/oat/
Doat_file.h76 kSomeCompiled = 1, // A bitmap of OatMethodOffsets that are present follows the OatClass. enumerator
Doat_file.cc2319 if (type == OatClassType::kSomeCompiled) { in GetOatClass()
2389 DCHECK_EQ(bitmap_pointer != nullptr, type == OatClassType::kSomeCompiled); in OatClass()
2414 CHECK_EQ(OatClassType::kSomeCompiled, type_); in GetOatMethodOffsets()
/art/dex2oat/linker/
Doat_writer.cc186 type_ = enum_cast<uint16_t>(OatClassType::kSomeCompiled); in OatClassHeader()
4035 if (oat_class_type == enum_cast<uint16_t>(OatClassType::kSomeCompiled)) { in OatClass()
4048 if (oat_class_type == enum_cast<uint16_t>(OatClassType::kSomeCompiled)) { in OatClass()
/art/oatdump/
Doatdump.cc262 case OatClassType::kSomeCompiled: in WalkOatDexFile()
/art/runtime/
Dclass_linker.cc3758 DCHECK_EQ(bitmap_ != nullptr, oat_class.GetType() == OatClassType::kSomeCompiled); in OatClassCodeIterator()