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

  /art/compiler/optimizing/
parallel_move_resolver.h 127 scratches_(allocator->Adapter(kArenaAllocParallelMoveResolver)),
130 scratches_.reserve(32);
171 ArenaVector<Location> scratches_; member in class:art::ParallelMoveResolverNoSwap
parallel_move_resolver.cc 305 DCHECK(scratches_.empty());
361 scratches_.clear();
365 for (Location loc : scratches_) {
381 for (Location scratch : scratches_) {
385 scratches_.push_back(loc);
390 for (auto it = scratches_.begin(), end = scratches_.end(); it != end; ++it) {
392 scratches_.erase(it);
491 // Note: Fetch size() on each iteration because scratches_ can be modified inside the loop.
492 // FIXME: If FreeScratchLocation() removes the location from scratches_,
    [all...]

Completed in 626 milliseconds