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 684 static constexpr int kFlagDirectMethodToBoot = 1 << kBitDirectMethodToBoot;
    [all...]
compiler_driver.cc 271 if ((flags & kFlagDirectMethodToBoot) != 0) {
    [all...]

Completed in 32 milliseconds