Home
last modified time | relevance | path

Searched refs:LinearScan (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h82 void LinearScan();
Dregister_allocator.cc178 LinearScan(); in AllocateRegistersInternal()
198 LinearScan(); in AllocateRegistersInternal()
578 void RegisterAllocator::LinearScan() { in LinearScan() function in art::RegisterAllocator
Dregister_allocator_test.cc873 register_allocator.LinearScan(); in TEST()