Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h215 size_t* registers_array_; variable
Dregister_allocator.cc62 registers_array_(nullptr), in RegisterAllocator()
165 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_); in AllocateRegistersInternal()
185 registers_array_ = allocator_->AllocArray<size_t>(number_of_registers_); in AllocateRegistersInternal()
696 size_t* free_until = registers_array_; in TryAllocateFreeReg()
917 size_t* next_use = registers_array_; in AllocateBlockedReg()
Dregister_allocator_test.cc449 register_allocator.registers_array_ = allocator.AllocArray<size_t>(1); in TEST()
870 register_allocator.registers_array_ = allocator.AllocArray<size_t>(1); in TEST()