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

/art/runtime/
H A Doat.h152 enum OatClassType { enum in namespace:art
159 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
H A Doat_file.h182 OatClassType GetType() const {
207 OatClassType type,
216 OatClassType type_;
H A Doat_file.cc475 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
504 OatClassType type,
529 LOG(FATAL) << "Invalid OatClassType " << type_;
/art/compiler/
H A Doat_test.cc169 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
H A Doat_writer.h220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);
226 // OatClassType::type_ is kOatClassBitmap, a set bit indicates the
228 // the entry was ommited to save space. If OatClassType::type_ is

Completed in 90 milliseconds