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

  /art/compiler/optimizing/
parallel_move_resolver.h 86 int AllocateScratchRegister(int blocked, int if_scratch, int register_count, bool* spilled);
parallel_move_resolver.cc 259 int ParallelMoveResolverWithSwap::AllocateScratchRegister(int blocked,
288 reg_ = resolver_->AllocateScratchRegister(blocked, number_of_registers, if_scratch, &spilled_);

Completed in 645 milliseconds