Searched defs:HParallelMove (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1529 class HParallelMove : public HTemplateInstruction<0> { class in namespace:art
1531 explicit HParallelMove(ArenaAllocator* arena) : moves_(arena, kDefaultNumberOfMoves) {} function in class:art::HParallelMove
1548 DISALLOW_COPY_AND_ASSIGN(HParallelMove);

Completed in 49 milliseconds