Home
last modified time | relevance | path

Searched refs:register_allocation_strategy_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc85 register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault), in CompilerOptions()
123 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan; in ParseRegisterAllocationStrategy()
125 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorGraphColor; in ParseRegisterAllocationStrategy()
Dcompiler_options.h342 return register_allocation_strategy_; in GetRegisterAllocationStrategy()
482 RegisterAllocator::Strategy register_allocation_strategy_; variable