Home
last modified time | relevance | path

Searched refs:IsScratchLocation (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.h82 bool IsScratchLocation(Location loc);
Dparallel_move_resolver.cc243 bool ParallelMoveResolverWithSwap::IsScratchLocation(Location loc) { in IsScratchLocation() function in art::ParallelMoveResolverWithSwap
266 if ((blocked != reg) && IsScratchLocation(Location::RegisterLocation(reg))) { in AllocateScratchRegister()