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

  /art/compiler/driver/
compiler_options.cc 49 register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault),
101 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan;
103 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorGraphColor;
compiler_options.h 241 return register_allocation_strategy_;
302 RegisterAllocator::Strategy register_allocation_strategy_; member in class:art::FINAL

Completed in 49 milliseconds