HomeSort by relevance Sort by last modified time
    Searched defs:AsRegisterPairLow (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
locations.h 193 T AsRegisterPairLow() const {
  /art/compiler/utils/arm/
managed_register_arm.h 139 Register reg_low = AsRegisterPairLow();
147 constexpr Register AsRegisterPairLow() const {
154 return vixl::aarch32::Register(AsRegisterPairLow());
  /art/compiler/utils/mips/
managed_register_mips.h 117 constexpr Register AsRegisterPairLow() const {
  /art/compiler/utils/x86/
managed_register_x86.h 114 constexpr Register AsRegisterPairLow() const {
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 107 constexpr CpuRegister AsRegisterPairLow() const {

Completed in 119 milliseconds