Searched refs:OatClassType (Results 1 – 6 of 6) sorted by relevance
163 enum OatClassType { enum170 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
169 OatClassType GetType() const { in GetType()199 OatClassType type,208 const OatClassType type_;
1197 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()1228 OatClassType type, in OatClass()
419 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled, in TEST_F()
182 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
191 OatClassType type = oat_class.GetType(); in WalkOatDexFile()