HomeSort by relevance Sort by last modified time
    Searched defs:BlockRegister (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.cc 131 void RegisterAllocatorLinearScan::BlockRegister(Location location, size_t start, size_t end) {
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(output.ToHigh(), position, position + 1)
    [all...]
register_allocator_graph_color.cc     [all...]

Completed in 75 milliseconds