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