Home
last modified time | relevance | path

Searched refs:OatClassType (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_file.h66 enum OatClassType { enum
73 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
246 OatClassType GetType() const { in GetType()
280 OatClassType type,
289 const OatClassType type_;
Doat_file.cc1972 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()
2073 OatClassType type, in OatClass()
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc66 OatClassType type = oat_class.GetType(); in Java_Main_hasOatCompiledCode()
/art/dex2oat/linker/
Doat_writer_test.cc495 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
Doat_writer.cc231 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
/art/dex2oat/
Ddex2oat_test.cc555 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled); in CheckResult()
/art/oatdump/
Doatdump.cc252 OatClassType type = oat_class.GetType(); in WalkOatDexFile()