Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc27 constexpr int kScratchRegisterStartIndexForTest = 100; variable
30 if (reg >= kScratchRegisterStartIndexForTest) { in DumpRegisterForTest()
31 os << "T" << reg - kScratchRegisterStartIndexForTest; in DumpRegisterForTest()
100 : ParallelMoveResolverNoSwap(allocator), scratch_index_(kScratchRegisterStartIndexForTest) {} in TestParallelMoveResolverNoSwap()
103 scratch_index_ = kScratchRegisterStartIndexForTest; in PrepareForEmitNativeCode()