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

  /art/runtime/
oat.h 154 kOatClassSomeCompiled = 1, // A bitmap of which OatMethodOffsets are present follows the OatClass.
oat_file.cc 484 if (type == kOatClassSomeCompiled) {
517 case kOatClassSomeCompiled: {
554 CHECK_EQ(kOatClassSomeCompiled, type_);
  /art/compiler/
oat_writer.cc     [all...]

Completed in 4500 milliseconds