Searched refs:alias (Results 1 – 9 of 9) sorted by relevance
8 move-object v1, v2 # Copy parameter into v1, establishing an alias.9 monitor-exit v1 # Unlock on alias17 move-object v1, v2 # Copy parameter into v1, establishing an alias.19 monitor-exit v1 # Unlock on alias
1 Tests on array parameters with and without alias.
3 name: "art-run-test-594-checker-array-alias",
3 name: "art-run-test-662-regression-alias",
14 const v1, 0 # Another null. This should be detected as an alias, such that the exit
1802 InterferenceNode* alias = node->GetAlias(); in ColorInterferenceGraph() local1803 if (alias != node) { in ColorInterferenceGraph()1805 LiveInterval* alias_interval = alias->GetInterval(); in ColorInterferenceGraph()1811 DCHECK(false) << node->GetOutDegree() << " " << alias->GetOutDegree() << " " in ColorInterferenceGraph()
942 "name": "art-run-test-594-checker-array-alias"1074 "name": "art-run-test-662-regression-alias"
130 In general, it uses the position of the argument alias to map into the WithValues position value.
178 # Test #3 for irreducible loops and String.<init> alias.