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

  /art/runtime/
oat.h 170 kOatClassNoneCompiled = 2, // All methods are interpreted so no OatMethodOffsets are necessary.
oat_file.h 212 kOatClassNoneCompiled,
oat_file.cc     [all...]
  /art/compiler/
oat_test.cc 461 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
    [all...]
oat_writer.cc 174 // We just arbitrarily say that 0 methods means kOatClassNoneCompiled and that we won't use
176 // interpreter only system, we can assert that all classes are kOatClassNoneCompiled.
178 type_ = kOatClassNoneCompiled;
    [all...]
  /art/dex2oat/
dex2oat_test.cc 541 EXPECT_EQ(oat_class.GetType(), OatClassType::kOatClassNoneCompiled);
    [all...]
  /art/oatdump/
oatdump.cc 230 case kOatClassNoneCompiled:
    [all...]

Completed in 189 milliseconds