Searched refs:AddScratchLocation (Results 1 – 3 of 3) 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