Searched refs:BlockRegisters (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_graph_color.h | 139 void BlockRegisters(size_t start, size_t end, bool caller_save_only = false);
|
D | register_allocator_linear_scan.h | 80 void BlockRegisters(size_t start, size_t end, bool caller_save_only = false);
|
D | register_allocator_linear_scan.cc | 152 void RegisterAllocatorLinearScan::BlockRegisters(size_t start, size_t end, bool caller_save_only) { in BlockRegisters() function in art::RegisterAllocatorLinearScan 183 BlockRegisters(position, position + 1); in AllocateRegistersInternal() 287 BlockRegisters(position, position + 1, /* caller_save_only= */ true); in ProcessInstruction()
|
D | register_allocator_graph_color.cc | 803 BlockRegisters(position, position + 1); in ProcessInstructions() 829 BlockRegisters(instruction->GetLifetimePosition(), in ProcessInstruction() 1079 void RegisterAllocatorGraphColor::BlockRegisters(size_t start, size_t end, bool caller_save_only) { in BlockRegisters() function in art::RegisterAllocatorGraphColor
|