Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc100 : ParallelMoveResolverNoSwap(allocator), scratch_index_(kScratchRegisterStartIndexForTest) {} in TestParallelMoveResolverNoSwap()
103 scratch_index_ = kScratchRegisterStartIndexForTest; in PrepareForEmitNativeCode()
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()
121 scratch = (kind == Location::kRegister) ? Location::RegisterLocation(scratch_index_) in AllocateScratchLocationFor()
122 : Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1); in AllocateScratchLocationFor()
123 scratch_index_ += 2; in AllocateScratchLocationFor()
149 int scratch_index_; member in art::TestParallelMoveResolverNoSwap