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 DataType::Type type = move->Is64BitMove() ? DataType::Type::kInt64 : DataType::Type::kInt32; in PerformMove()
Dnodes.h7746 bool Is64BitMove() const { in Is64BitMove() function