Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc35 static bool IsLowRegister(int reg) { return (reg & 1) == 0; } in IsLowRegister() function
828 if (!IsLowRegister(i)) continue; in FindAvailableRegisterPair()
/art/compiler/utils/arm/
Dassembler_arm.h774 static bool IsLowRegister(Register r) { in IsLowRegister() function