Home
last modified time | relevance | path

Searched refs:kRegisterAllocatorLinearScan (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h42 kRegisterAllocatorLinearScan, enumerator
46 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
Dregister_allocator_test.cc84 test_name(Strategy::kRegisterAllocatorLinearScan);\
637 PhiHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
713 ExpectedInRegisterHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
785 SameAsFirstInputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
832 ExpectedExactInRegisterAndSameOutputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
Dregister_allocator.cc44 case kRegisterAllocatorLinearScan: in Create()
/art/compiler/driver/
Dcompiler_options.cc123 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan; in ParseRegisterAllocationStrategy()