Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 3 of 3) sorted by relevance

/art/test/800-smali/smali/
Db_17978759.smali14 # v0 and p0 alias
/art/compiler/dex/quick/
Dralloc_util.cc199 for (RegisterInfo* alias = info->GetAliasChain(); alias != nullptr; in ClobberAliases() local
200 alias = alias->GetAliasChain()) { in ClobberAliases()
201 DCHECK(!alias->IsAliased()); // Only the master should be marked as alised. in ClobberAliases()
203 if ((alias->StorageMask() & clobber_mask) != 0) { in ClobberAliases()
204 ClobberBody(alias); in ClobberAliases()
/art/cmdline/
DREADME.md130 In general, it uses the position of the argument alias to map into the WithValues position value.