/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/d/ |
T_aget_8.java | 17 package dot.junit.opcodes.aget.d;
|
T_aget_1.java | 17 package dot.junit.opcodes.aget.d;
|
T_aget_1.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_1 30 aget v0, v7, v8
|
T_aget_2.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_2 30 aget v0, v6, v7
|
T_aget_3.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_3 30 aget v0, v6, v7
|
T_aget_4.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_4 30 aget v0, v7, v8
|
T_aget_5.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_5 30 aget v0, v7, v8
|
T_aget_6.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_6 30 aget v0, v7, v8
|
T_aget_7.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_7 30 aget v0, v7, v6
|
T_aget_8.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_8 30 aget v0, v7, v8
|
T_aget_9.d | 16 .class public dot.junit.opcodes.aget.d.T_aget_9 30 aget v0, v7, v9
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/ |
Test_aget.java | 17 package dot.junit.opcodes.aget; 21 import dot.junit.opcodes.aget.d.T_aget_1; 22 import dot.junit.opcodes.aget.d.T_aget_8; 49 loadAndRun("dot.junit.opcodes.aget.d.T_aget_1", ArrayIndexOutOfBoundsException.class, 57 loadAndRun("dot.junit.opcodes.aget.d.T_aget_1", NullPointerException.class, null, 2); 64 loadAndRun("dot.junit.opcodes.aget.d.T_aget_1", ArrayIndexOutOfBoundsException.class, 73 load("dot.junit.opcodes.aget.d.T_aget_2", VerifyError.class); 81 load("dot.junit.opcodes.aget.d.T_aget_3", VerifyError.class); 89 load("dot.junit.opcodes.aget.d.T_aget_4", VerifyError.class); 97 load("dot.junit.opcodes.aget.d.T_aget_5", VerifyError.class) [all...] |
/art/compiler/optimizing/ |
ssa_builder.h | 68 void MaybeAddAmbiguousArrayGet(HArrayGet* aget) { 69 Primitive::Type type = aget->GetType(); 72 ambiguous_agets_.push_back(aget); 101 // Attempts to resolve types of aget(-wide) instructions and type values passed 113 HArrayGet* GetFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget);
|
ssa_builder.cc | 279 static HArrayGet* FindFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) { 280 Primitive::Type type = aget->GetType(); 282 HInstruction* next = aget->GetNext(); 285 if (next_aget->IsEquivalentOf(aget)) { 292 static HArrayGet* CreateFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) { 293 Primitive::Type type = aget->GetType(); 295 DCHECK(FindFloatOrDoubleEquivalentOfArrayGet(aget) == nullptr); 297 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet( 298 aget->GetArray(), 299 aget->GetIndex() [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/ |
T_aget_boolean_1.d | 30 aget-boolean v0, v7, v8
|
T_aget_boolean_2.d | 30 aget-boolean v0, v6, v7
|
T_aget_boolean_3.d | 30 aget-boolean v0, v6, v7
|
T_aget_boolean_4.d | 30 aget-boolean v0, v7, v8
|
T_aget_boolean_5.d | 30 aget-boolean v0, v7, v8
|
T_aget_boolean_6.d | 30 aget-boolean v0, v7, v8
|
T_aget_boolean_7.d | 30 aget-boolean v0, v7, v6
|
T_aget_boolean_8.d | 30 aget-boolean v0, v7, v8
|
T_aget_boolean_9.d | 30 aget-boolean v0, v7, v9
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/d/ |
T_aget_byte_1.d | 30 aget-byte v0, v7, v8
|
T_aget_byte_2.d | 31 aget-byte v0, v7, v1
|