Searched defs:moves_ (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dparallel_move_resolver.h35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) {
36 moves_.reserve(32);
47 ArenaVector<MoveOperands*> moves_; member in class:art::ParallelMoveResolver
100 // Perform the move at the moves_ index in question (possibly requiring
174 // Perform the move at the given index in `moves_` (possibly requiring other moves to satisfy

Completed in 163 milliseconds