Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc91 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
180 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
202 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
243 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
294 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
392 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
560 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
676 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
744 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
815 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
Dregister_allocator.cc42 Strategy strategy) { in Create()
Doptimizing_compiler.cc582 RegisterAllocator::Strategy strategy, in AllocateRegisters()