Home
last modified time | relevance | path

Searched refs:BlockRegisters (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.h139 void BlockRegisters(size_t start, size_t end, bool caller_save_only = false);
Dregister_allocator_linear_scan.h80 void BlockRegisters(size_t start, size_t end, bool caller_save_only = false);
Dregister_allocator_linear_scan.cc152 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()
Dregister_allocator_graph_color.cc803 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