HomeSort by relevance Sort by last modified time
    Searched refs:AddScratchLocation (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
parallel_move_resolver.h 165 void AddScratchLocation(Location loc);
parallel_move_test.cc 117 AddScratchLocation(Location::RegisterLocation(scratch_index_));
118 AddScratchLocation(Location::RegisterLocation(scratch_index_ + 1));
119 AddScratchLocation(Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1));
parallel_move_resolver.cc 379 void ParallelMoveResolverNoSwap::AddScratchLocation(Location loc) {
code_generator_arm64.cc     [all...]

Completed in 1199 milliseconds