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

/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc66 OatClassType type = oat_class.GetType();
/art/runtime/
H A Doat.h168 enum OatClassType { enum in namespace:art
175 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
H A Doat_file.h212 OatClassType GetType() const {
246 OatClassType type,
255 const OatClassType type_;
H A Doat_file.cc1769 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
1859 OatClassType type,
1885 LOG(FATAL) << "Invalid OatClassType " << type_;
/art/dex2oat/linker/
H A Doat_writer_test.cc466 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
H A Doat_writer.cc220 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
256 // OatClassType::type_ is kOatClassBitmap, a set bit indicates the
258 // the entry was ommited to save space. If OatClassType::type_ is
/art/dex2oat/
H A Ddex2oat_test.cc573 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled);
/art/oatdump/
H A Doatdump.cc252 OatClassType type = oat_class.GetType();

Completed in 498 milliseconds