Home
last modified time | relevance | path

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

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