Searched refs:AddScratchLocation (Results 1 – 4 of 4) sorted by relevance
165 void AddScratchLocation(Location loc);
117 AddScratchLocation(Location::RegisterLocation(scratch_index_)); in AllocateScratchLocationFor()118 AddScratchLocation(Location::RegisterLocation(scratch_index_ + 1)); in AllocateScratchLocationFor()119 AddScratchLocation(Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1)); in AllocateScratchLocationFor()
379 void ParallelMoveResolverNoSwap::AddScratchLocation(Location loc) { in AddScratchLocation() function in art::ParallelMoveResolverNoSwap
1468 AddScratchLocation(scratch); in AllocateScratchLocationFor()