Searched refs:OatClassType (Results 1 – 8 of 8) sorted by relevance
141 enum OatClassType { enum148 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
216 OatClassType GetType() const { in GetType()250 OatClassType type,259 const OatClassType type_;
1981 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()2082 OatClassType type, in OatClass()
66 OatClassType type = oat_class.GetType(); in Java_Main_hasOatCompiledCode()
444 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
230 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
541 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled); in CheckResult()
255 OatClassType type = oat_class.GetType(); in WalkOatDexFile()