Home
last modified time | relevance | path

Searched refs:AddScratchLocation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.h165 void AddScratchLocation(Location loc);
Dparallel_move_test.cc118 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()
Dparallel_move_resolver.cc379 void ParallelMoveResolverNoSwap::AddScratchLocation(Location loc) { in AddScratchLocation() function in art::ParallelMoveResolverNoSwap
Dcode_generator_arm64.cc1104 AddScratchLocation(scratch); in AllocateScratchLocationFor()