Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc305 DCHECK(scratches_.empty()); in EmitNativeCode()
361 scratches_.clear(); in EmitNativeCode()
365 for (Location loc : scratches_) { in GetScratchLocation()
381 for (Location scratch : scratches_) { in AddScratchLocation()
385 scratches_.push_back(loc); in AddScratchLocation()
390 for (auto it = scratches_.begin(), end = scratches_.end(); it != end; ++it) { in RemoveScratchLocation()
392 scratches_.erase(it); in RemoveScratchLocation()
494 for (size_t i = 0; i < scratches_.size(); ++i) { in PerformMove()
495 Location scratch = scratches_[i]; in PerformMove()
Dparallel_move_resolver.h127 scratches_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap()
130 scratches_.reserve(32); in ParallelMoveResolverNoSwap()
171 ArenaVector<Location> scratches_; variable