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

  /art/runtime/
oat.h 166 kOatClassNoneCompiled = 2, // All methods are interpreted so no OatMethodOffsets are necessary.
oat_file.h 192 return OatClass(nullptr, mirror::Class::kStatusError, kOatClassNoneCompiled, 0, nullptr,
oat_file.cc     [all...]
  /art/compiler/
oat_test.cc 419 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
    [all...]
oat_writer.cc     [all...]
  /art/oatdump/
oatdump.cc 198 case kOatClassNoneCompiled:
    [all...]

Completed in 1109 milliseconds