Home
last modified time | relevance | path

Searched refs:AllocateRegisters (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc97 register_allocator->AllocateRegisters(); in Check()
336 register_allocator->AllocateRegisters(); in Loop3()
420 register_allocator->AllocateRegisters(); in DeadPhi()
572 register_allocator->AllocateRegisters(); in PhiHint()
590 register_allocator->AllocateRegisters(); in PhiHint()
608 register_allocator->AllocateRegisters(); in PhiHint()
626 register_allocator->AllocateRegisters(); in PhiHint()
686 register_allocator->AllocateRegisters(); in ExpectedInRegisterHint()
704 register_allocator->AllocateRegisters(); in ExpectedInRegisterHint()
754 register_allocator->AllocateRegisters(); in SameAsFirstInputHint()
[all …]
Dregister_allocator.h57 virtual void AllocateRegisters() = 0;
Dregister_allocator_graph_color.h95 void AllocateRegisters() override;
Dregister_allocator_linear_scan.h47 void AllocateRegisters() override;
Dcodegen_test_utils.h285 register_allocator->AllocateRegisters(); in RunCodeNoCheck()
Doptimizing_compiler.cc565 static void AllocateRegisters(HGraph* graph, in AllocateRegisters() function
587 register_allocator->AllocateRegisters(); in AllocateRegisters()
885 AllocateRegisters(graph, in TryCompile()
977 AllocateRegisters(graph, in TryCompileIntrinsic()
Dregister_allocator_linear_scan.cc93 void RegisterAllocatorLinearScan::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorLinearScan
Dregister_allocator_graph_color.cc625 void RegisterAllocatorGraphColor::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorGraphColor