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

  /art/compiler/optimizing/
register_allocator.h 47 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
52 Strategy strategy = kRegisterAllocatorDefault);
  /art/compiler/driver/
compiler_options.cc 49 register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault),

Completed in 77 milliseconds