Searched refs:BlockRegister (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator_graph_color.h138 void BlockRegister(Location location, size_t start, size_t end);
H A Dregister_allocator_linear_scan.h79 void BlockRegister(Location location, size_t start, size_t end);
H A Dregister_allocator_linear_scan.cc131 void RegisterAllocatorLinearScan::BlockRegister(Location location, size_t start, size_t end) { function in class:art::RegisterAllocatorLinearScan
155 BlockRegister(Location::RegisterLocation(i), start, end);
160 BlockRegister(Location::FpuRegisterLocation(i), start, end);
234 BlockRegister(temp, position, position + 1);
293 BlockRegister(input, position, position + 1);
295 BlockRegister(input.ToLow(), position, position + 1);
296 BlockRegister(input.ToHigh(), position, position + 1);
361 BlockRegister(output, position, position + 1);
368 BlockRegister(output.ToLow(), position, position + 1);
369 BlockRegister(outpu
[all...]
H A Dregister_allocator_graph_color.cc883 BlockRegister(input, position, position + 1);
886 BlockRegister(input.ToLow(), position, position + 1);
887 BlockRegister(input.ToHigh(), position, position + 1);
956 BlockRegister(temp, position, position + 1);
1059 void RegisterAllocatorGraphColor::BlockRegister(Location location, function in class:art::RegisterAllocatorGraphColor
1082 BlockRegister(Location::RegisterLocation(i), start, end);
1087 BlockRegister(Location::FpuRegisterLocation(i), start, end);

Completed in 58 milliseconds