Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h164 size_t* registers_array_; variable
Dregister_allocator_linear_scan.cc64 registers_array_(nullptr), in RegisterAllocatorLinearScan()
188 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_, in AllocateRegistersInternal()
208 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_, in AllocateRegistersInternal()
618 size_t* free_until = registers_array_; in TryAllocateFreeReg()
889 size_t* next_use = registers_array_; in AllocateBlockedReg()
Dregister_allocator_test.cc475 register_allocator.registers_array_ = GetAllocator()->AllocArray<size_t>(1); in TEST_F()
930 register_allocator.registers_array_ = GetAllocator()->AllocArray<size_t>(1); in TEST_F()