Searched refs:OatClassType (Results 1 – 7 of 7) sorted by relevance
66 enum OatClassType { enum73 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);246 OatClassType GetType() const { in GetType()280 OatClassType type,289 const OatClassType type_;
1972 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()2073 OatClassType type, in OatClass()
66 OatClassType type = oat_class.GetType(); in Java_Main_hasOatCompiledCode()
495 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
231 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
555 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled); in CheckResult()
252 OatClassType type = oat_class.GetType(); in WalkOatDexFile()