HomeSort by relevance Sort by last modified time
    Searched refs:OatClassType (Results 1 - 7 of 7) sorted by null

  /art/runtime/
oat.h 163 enum OatClassType {
170 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
oat_file.h 181 OatClassType GetType() const {
215 OatClassType type,
224 const OatClassType type_;
oat_file.cc     [all...]
  /art/compiler/
oat_test.cc 461 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
    [all...]
oat_writer.cc 195 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
201 // OatClassType::type_ is kOatClassBitmap, a set bit indicates the
203 // the entry was ommited to save space. If OatClassType::type_ is
    [all...]
  /art/dex2oat/
dex2oat_test.cc 512 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled);
  /art/oatdump/
oatdump.cc 207 OatClassType type = oat_class.GetType();
    [all...]

Completed in 144 milliseconds