Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
179 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
201 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
242 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
293 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
391 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
559 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
675 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
743 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
814 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
Dregister_allocator.cc42 Strategy strategy) { in Create()
Doptimizing_compiler.cc568 RegisterAllocator::Strategy strategy, in AllocateRegisters()