Home
last modified time | relevance | path

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

/art/runtime/
Doat.h163 enum OatClassType { enum
170 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
Doat_file.h169 OatClassType GetType() const { in GetType()
199 OatClassType type,
208 const OatClassType type_;
Doat_file.cc1197 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()
1228 OatClassType type, in OatClass()
/art/compiler/
Doat_test.cc419 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
Doat_writer.cc182 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
/art/oatdump/
Doatdump.cc191 OatClassType type = oat_class.GetType(); in WalkOatDexFile()