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

  /art/compiler/driver/
compiler_driver.h 527 static constexpr int kFlagDirectMethodToBoot = 1 << kBitDirectMethodToBoot;
    [all...]
compiler_driver.cc 286 if ((flags & kFlagDirectMethodToBoot) != 0) {
    [all...]

Completed in 370 milliseconds