Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc88 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
177 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
199 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
240 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
291 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
389 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
557 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
673 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
741 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
812 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
Dregister_allocator.cc42 Strategy strategy) { in Create()
Doptimizing_compiler.cc567 RegisterAllocator::Strategy strategy, in AllocateRegisters()