HomeSort by relevance Sort by last modified time
    Searched refs:aget (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /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 70 void MaybeAddAmbiguousArrayGet(HArrayGet* aget) {
71 Primitive::Type type = aget->GetType();
74 ambiguous_agets_.push_back(aget);
103 // Attempts to resolve types of aget(-wide) instructions and type values passed
115 HArrayGet* GetFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget);
ssa_builder.cc 272 static HArrayGet* FindFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) {
273 Primitive::Type type = aget->GetType();
275 HInstruction* next = aget->GetNext();
278 if (next_aget->IsEquivalentOf(aget)) {
285 static HArrayGet* CreateFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) {
286 Primitive::Type type = aget->GetType();
288 DCHECK(FindFloatOrDoubleEquivalentOfArrayGet(aget) == nullptr);
290 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet(
291 aget->GetArray(),
292 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

Completed in 347 milliseconds

1 2 3 4