Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc204 if (!move->Is64BitMove() && other_move->Is64BitMove()) { in PerformMove()
460 Primitive::Type type = move->Is64BitMove() ? Primitive::kPrimLong : Primitive::kPrimInt; in PerformMove()
Dnodes.h6258 bool Is64BitMove() const { in Is64BitMove() function