Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h179 OatClassType GetType() const { in GetType()
204 OatClassType type,
213 OatClassType type_;
Doat.h154 enum OatClassType { enum
161 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
Doat_file.cc482 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()
511 OatClassType type, in OatClass()
/art/compiler/
Doat_test.cc169 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
Doat_writer.h220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);