Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Darm_lir.h128 rARM_SELF = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 9, enumerator
222 constexpr RegStorage rs_rARM_SELF(RegStorage::kValid | rARM_SELF);
Dtarget_arm.cc496 if (std::string::npos != fmt_str.find(", [!1C, #!2") && rARM_SELF == lir->operands[1] && in BuildInsnString()