Home
last modified time | relevance | path

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

/art/test/800-smali/smali/
Db_23300986.smali8 move-object v1, v2 # Copy parameter into v1, establishing an alias.
9 monitor-exit v1 # Unlock on alias
17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
19 monitor-exit v1 # Unlock on alias
/art/test/594-checker-array-alias/
Dinfo.txt1 Tests on array parameters with and without alias.
/art/test/088-monitor-verification/smali/
DNullLocks.smali14 const v1, 0 # Another null. This should be detected as an alias, such that the exit
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1802 InterferenceNode* alias = node->GetAlias(); in ColorInterferenceGraph() local
1803 if (alias != node) { in ColorInterferenceGraph()
1805 LiveInterval* alias_interval = alias->GetInterval(); in ColorInterferenceGraph()
1811 DCHECK(false) << node->GetOutDegree() << " " << alias->GetOutDegree() << " " in ColorInterferenceGraph()
/art/test/530-checker-lse/smali/
DMain.smali142 # // Static fields shouldn't alias with instance fields.
/art/cmdline/
DREADME.md130 In general, it uses the position of the argument alias to map into the WithValues position value.
/art/test/563-checker-fakestring/smali/
DTestCase.smali178 # Test #3 for irreducible loops and String.<init> alias.