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