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

/art/compiler/optimizing/
H A Dregister_allocator.h103 void BlockRegister(Location location, size_t start, size_t end);
H A Dregister_allocator.cc134 void RegisterAllocator::BlockRegister(Location location, size_t start, size_t end) { function in class:art::RegisterAllocator
158 BlockRegister(Location::RegisterLocation(i), start, end);
163 BlockRegister(Location::FpuRegisterLocation(i), start, end);
238 BlockRegister(temp, position, position + 1);
311 BlockRegister(input, position, position + 1);
313 BlockRegister(input.ToLow(), position, position + 1);
314 BlockRegister(input.ToHigh(), position, position + 1);
379 BlockRegister(output, position, position + 1);
386 BlockRegister(output.ToLow(), position, position + 1);
387 BlockRegister(outpu
[all...]

Completed in 47 milliseconds