Searched refs:OatClassType (Results 1 – 5 of 5) sorted by relevance
179 OatClassType GetType() const { in GetType()204 OatClassType type,213 OatClassType type_;
154 enum OatClassType { enum161 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
482 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()511 OatClassType type, in OatClass()
169 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);