Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc52 register_allocator.AllocateRegisters(); in Check()
312 register_allocator.AllocateRegisters(); in TEST()
401 register_allocator.AllocateRegisters(); in TEST()
528 register_allocator.AllocateRegisters(); in TEST()
547 register_allocator.AllocateRegisters(); in TEST()
566 register_allocator.AllocateRegisters(); in TEST()
585 register_allocator.AllocateRegisters(); in TEST()
636 register_allocator.AllocateRegisters(); in TEST()
655 register_allocator.AllocateRegisters(); in TEST()
703 register_allocator.AllocateRegisters(); in TEST()
[all …]
Doptimizing_compiler.cc382 static void AllocateRegisters(HGraph* graph, in AllocateRegisters() function
393 RegisterAllocator(graph->GetArena(), codegen, liveness).AllocateRegisters(); in AllocateRegisters()
407 AllocateRegisters(graph, codegen, pass_info_printer); in CompileOptimized()
Dregister_allocator.h47 void AllocateRegisters();
Dcodegen_test.cc203 register_allocator.AllocateRegisters(); in RunCodeOptimized()
Dregister_allocator.cc96 void RegisterAllocator::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocator