Home
last modified time | relevance | path

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

/art/test/1978-regular-obsolete-then-structural-obsolescence/
Dexpected.txt5 Not doing anything here - op2
6 Running after op2 using normal definition
13 Running after op2 using structural redefinition
17 Running after op2 using structural redefinition
19 Not doing anything here - op2
20 Running after op2 using structural redefinition
/art/compiler/optimizing/
Dcodegen_test.cc622 HInstruction* op2; in TestComparison() local
625 op2 = graph->GetIntConstant(j); in TestComparison()
629 op2 = graph->GetLongConstant(j); in TestComparison()
638 comparison = new (GetAllocator()) HEqual(op1, op2); in TestComparison()
642 comparison = new (GetAllocator()) HNotEqual(op1, op2); in TestComparison()
646 comparison = new (GetAllocator()) HLessThan(op1, op2); in TestComparison()
650 comparison = new (GetAllocator()) HLessThanOrEqual(op1, op2); in TestComparison()
654 comparison = new (GetAllocator()) HGreaterThan(op1, op2); in TestComparison()
658 comparison = new (GetAllocator()) HGreaterThanOrEqual(op1, op2); in TestComparison()
662 comparison = new (GetAllocator()) HBelow(op1, op2); in TestComparison()
[all …]