/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
T_invoke_super_23.d | 16 .class public dot.junit.opcodes.invoke_super.d.T_invoke_super_23 17 .super dot/junit/opcodes/invoke_super/d/TSuper2 23 invoke-direct {v1}, dot/junit/opcodes/invoke_super/d/TSuper2/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_super/d/TSuper 31 invoke-direct {v2}, dot/junit/opcodes/invoke_super/d/TSuper/<init>()V 33 invoke-super {v2}, dot/junit/opcodes/invoke_super/d/TSuper2/test()I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
T_invoke_super_range_22.d | 16 .class public dot.junit.opcodes.invoke_super_range.d.T_invoke_super_range_22 17 .super dot/junit/opcodes/invoke_super_range/d/TSuper 23 invoke-direct {v1}, dot/junit/opcodes/invoke_super_range/d/TSuper/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_super_range/d/TPlain 31 invoke-direct {v2}, dot/junit/opcodes/invoke_super_range/d/TPlain/<init>()V 33 invoke-super/range {v2}, dot/junit/opcodes/invoke_super_range/d/TSuper/toIntP()I
|
T_invoke_super_range_23.d | 16 .class public dot.junit.opcodes.invoke_super_range.d.T_invoke_super_range_23 17 .super dot/junit/opcodes/invoke_super_range/d/TSuper2 23 invoke-direct {v1}, dot/junit/opcodes/invoke_super_range/d/TSuper2/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_super_range/d/TSuper 31 invoke-direct {v2}, dot/junit/opcodes/invoke_super_range/d/TSuper/<init>()V 33 invoke-super/range {v2}, dot/junit/opcodes/invoke_super_range/d/TSuper2/test()I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
T_invoke_virtual_22.d | 16 .class public dot.junit.opcodes.invoke_virtual.d.T_invoke_virtual_22 17 .super dot/junit/opcodes/invoke_virtual/d/TSuper 23 invoke-direct {v1}, dot/junit/opcodes/invoke_virtual/d/TSuper/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_virtual/d/TPlain 31 invoke-direct {v2}, dot/junit/opcodes/invoke_virtual/d/TPlain/<init>()V 33 invoke-virtual {v2}, dot/junit/opcodes/invoke_virtual/d/TSuper/toIntP()I
|
T_invoke_virtual_23.d | 16 .class public dot.junit.opcodes.invoke_virtual.d.T_invoke_virtual_23 17 .super dot/junit/opcodes/invoke_virtual/d/TSuper2 23 invoke-direct {v1}, dot/junit/opcodes/invoke_virtual/d/TSuper2/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_virtual/d/TSuper 31 invoke-direct {v2}, dot/junit/opcodes/invoke_virtual/d/TSuper/<init>()V 33 invoke-virtual {v2}, dot/junit/opcodes/invoke_virtual/d/TSuper2/test()I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
T_invoke_virtual_range_22.d | 16 .class public dot.junit.opcodes.invoke_virtual_range.d.T_invoke_virtual_range_22 17 .super dot/junit/opcodes/invoke_virtual_range/d/TSuper 23 invoke-direct {v1}, dot/junit/opcodes/invoke_virtual_range/d/TSuper/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_virtual_range/d/TPlain 31 invoke-direct {v2}, dot/junit/opcodes/invoke_virtual_range/d/TPlain/<init>()V 33 invoke-virtual/range {v2}, dot/junit/opcodes/invoke_virtual_range/d/TSuper/toIntP()I
|
T_invoke_virtual_range_23.d | 16 .class public dot.junit.opcodes.invoke_virtual_range.d.T_invoke_virtual_range_23 17 .super dot/junit/opcodes/invoke_virtual_range/d/TSuper2 23 invoke-direct {v1}, dot/junit/opcodes/invoke_virtual_range/d/TSuper2/<init>()V 30 new-instance v2, dot/junit/opcodes/invoke_virtual_range/d/TSuper 31 invoke-direct {v2}, dot/junit/opcodes/invoke_virtual_range/d/TSuper/<init>()V 33 invoke-virtual/range {v2}, dot/junit/opcodes/invoke_virtual_range/d/TSuper2/test()I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/ |
Test_move_exception.java | 17 package dot.junit.opcodes.move_exception; 21 import dot.junit.opcodes.move_exception.d.T_move_exception_1; 22 import dot.junit.opcodes.move_exception.d.T_move_exception_2; 30 loadAndRun("dot.junit.opcodes.move_exception.d.T_move_exception_1", 47 load("dot.junit.opcodes.move_exception.d.T_move_exception_3", VerifyError.class); 55 load("dot.junit.opcodes.move_exception.d.T_move_exception_5", VerifyError.class);
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
AccessSourcerTest.java | 24 import org.objectweb.asm.Opcodes; 48 mSourcer.write(Opcodes.ACC_ABSTRACT | Opcodes.ACC_PUBLIC, AccessSourcer.IS_CLASS); 56 mSourcer.write(Opcodes.ACC_PRIVATE | Opcodes.ACC_FINAL | Opcodes.ACC_STATIC,
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Frame.java | 795 if ((access & Opcodes.ACC_STATIC) == 0) {
830 case Opcodes.NOP:
831 case Opcodes.INEG:
832 case Opcodes.LNEG:
833 case Opcodes.FNEG:
834 case Opcodes.DNEG:
835 case Opcodes.I2B:
836 case Opcodes.I2C:
837 case Opcodes.I2S:
838 case Opcodes.GOTO: [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/ |
Test_aget_wide.java | 17 package dot.junit.opcodes.aget_wide; 21 import dot.junit.opcodes.aget_wide.d.T_aget_wide_1; 22 import dot.junit.opcodes.aget_wide.d.T_aget_wide_10; 23 import dot.junit.opcodes.aget_wide.d.T_aget_wide_2; 62 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1", 70 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1", NullPointerException.class, 78 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1", 87 load("dot.junit.opcodes.aget_wide.d.T_aget_wide_3", VerifyError.class); 95 load("dot.junit.opcodes.aget_wide.d.T_aget_wide_5", VerifyError.class); 103 load("dot.junit.opcodes.aget_wide.d.T_aget_wide_6", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/ |
Test_filled_new_array.java | 17 package dot.junit.opcodes.filled_new_array; 21 import dot.junit.opcodes.filled_new_array.d.T_filled_new_array_1; 22 import dot.junit.opcodes.filled_new_array.d.T_filled_new_array_10; 23 import dot.junit.opcodes.filled_new_array.d.T_filled_new_array_11; 24 import dot.junit.opcodes.filled_new_array.d.T_filled_new_array_2; 57 load("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_3", VerifyError.class); 65 load("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_4", VerifyError.class); 74 load("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_5", VerifyError.class); 82 load("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_6", VerifyError.class); 90 load("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_7", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/ |
Test_filled_new_array_range.java | 17 package dot.junit.opcodes.filled_new_array_range; 21 import dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_1; 22 import dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_10; 23 import dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_11; 24 import dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_2; 57 load("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_3", 66 load("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_4", 75 load("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_5", 84 load("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_6", 93 load("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_7" [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/ |
Test_sparse_switch.java | 17 package dot.junit.opcodes.sparse_switch; 21 import dot.junit.opcodes.sparse_switch.d.T_sparse_switch_1; 22 import dot.junit.opcodes.sparse_switch.d.T_sparse_switch_2 72 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_3", VerifyError.class); 82 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_4", VerifyError.class); 90 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_5", VerifyError.class); 98 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_6", VerifyError.class); 106 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_7", VerifyError.class); 114 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_8", VerifyError.class); 122 load("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_9", VerifyError.class) [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
dalvik.bytecode.Opcodes.html | 10 dalvik.bytecode.Opcodes 74 Interface dalvik.bytecode.<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html" target="_top"><font size="+2"><code>Opcodes</code></font></A> 87 <A NAME="dalvik.bytecode.Opcodes.OP_CHECK_CAST_JUMBO"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_CHECK_CAST_JUMBO" target="_top"><code>OP_CHECK_CAST_JUMBO</code></A></nobr> 94 <A NAME="dalvik.bytecode.Opcodes.OP_CONST_CLASS_JUMBO"></A> 95 <nobr><code>int</code> <A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_CONST_CLASS_JUMBO" target="_top"><code>OP_CONST_CLASS_JUMBO</code></A></nobr> 101 <A NAME="dalvik.bytecode.Opcodes.OP_FILLED_NEW_ARRAY_JUMBO"></A> 102 <nobr><code>int</code> <A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_FILLED_NEW_ARRAY_JUMBO" target="_top"><code>OP_FILLED_NEW_ARRAY_JUMBO</code></A></nobr> 108 <A NAME="dalvik.bytecode.Opcodes.OP_IGET_BOOLEAN_JUMBO"></A [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/ |
Test_monitor_exit.java | 17 package dot.junit.opcodes.monitor_exit; 21 import dot.junit.opcodes.monitor_exit.d.T_monitor_exit_1; 22 import dot.junit.opcodes.monitor_exit.d.T_monitor_exit_3; 30 //@uses dot.junit.opcodes.monitor_exit.TestRunnable 50 loadAndRun("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_3", NullPointerException.class); 58 load("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_4", VerifyError.class); 68 load("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_5", VerifyError.class); 76 load("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_6", VerifyError.class); 84 load("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_7", VerifyError.class); 92 load("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_8", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit16/ |
Test_xor_int_lit16.java | 17 package dot.junit.opcodes.xor_int_lit16; 21 import dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_1; 22 import dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_2; 23 import dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_3; 24 import dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_4; 25 import dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_7; 68 load("dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_5", VerifyError.class); 76 load("dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_6", VerifyError.class); 84 load("dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_8", VerifyError.class); 93 load("dot.junit.opcodes.xor_int_lit16.d.T_xor_int_lit16_7", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit8/ |
Test_xor_int_lit8.java | 17 package dot.junit.opcodes.xor_int_lit8; 21 import dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_1; 22 import dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_2; 23 import dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_3; 24 import dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_4; 25 import dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_7; 67 load("dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_5", VerifyError.class); 75 load("dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_6", VerifyError.class); 83 load("dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_8", VerifyError.class); 92 load("dot.junit.opcodes.xor_int_lit8.d.T_xor_int_lit8_7", VerifyError.class) [all...] |
/external/llvm/test/CodeGen/ARM/ |
tail-dup.ll | 12 define i32 @fn(i32* nocapture %opcodes) nounwind readonly ssp { 14 %0 = load i32* %opcodes, align 4 20 %1 = load i32* %opcodes.addr.0, align 4 26 %2 = load i32* %opcodes.addr.0, align 4 32 %opcodes.pn = phi i32* [ %opcodes, %entry ], [ %opcodes.addr.0, %DECREMENT ], [ %opcodes.addr.0, %INCREMENT ] 34 %opcodes.addr.0 = getelementptr inbounds i32* %opcodes.pn, i32 [all...] |
/external/llvm/tools/llvm-readobj/ |
ARMWinEHPrinter.h | 36 bool opcode_0xxxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 38 bool opcode_10Lxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 40 bool opcode_1100xxxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 42 bool opcode_11010Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 44 bool opcode_11011Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 46 bool opcode_11100xxx(const support::ulittle8_t *Opcodes, unsigned &Offset, 48 bool opcode_111010xx(const support::ulittle8_t *Opcodes, unsigned &Offset, 50 bool opcode_1110110L(const support::ulittle8_t *Opcodes, unsigned &Offset, 52 bool opcode_11101110(const support::ulittle8_t *Opcodes, unsigned &Offset, 54 bool opcode_11101111(const support::ulittle8_t *Opcodes, unsigned &Offset [all...] |
/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...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/ |
Test_aget_boolean.java | 17 package dot.junit.opcodes.aget_boolean; 21 import dot.junit.opcodes.aget_boolean.d.T_aget_boolean_1; 22 import dot.junit.opcodes.aget_boolean.d.T_aget_boolean_8; 49 loadAndRun("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_1", 57 loadAndRun("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_1", NullPointerException.class, 65 loadAndRun("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_1", 76 load("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_2", VerifyError.class); 84 load("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_3", VerifyError.class); 92 load("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_4", VerifyError.class); 100 load("dot.junit.opcodes.aget_boolean.d.T_aget_boolean_5", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/ |
Test_aget_byte.java | 17 package dot.junit.opcodes.aget_byte; 21 import dot.junit.opcodes.aget_byte.d.T_aget_byte_1; 22 import dot.junit.opcodes.aget_byte.d.T_aget_byte_8; 50 loadAndRun("dot.junit.opcodes.aget_byte.d.T_aget_byte_1", 58 loadAndRun("dot.junit.opcodes.aget_byte.d.T_aget_byte_1", NullPointerException.class, null, 66 loadAndRun("dot.junit.opcodes.aget_byte.d.T_aget_byte_1", 75 load("dot.junit.opcodes.aget_byte.d.T_aget_byte_2", VerifyError.class); 83 load("dot.junit.opcodes.aget_byte.d.T_aget_byte_3", VerifyError.class); 91 load("dot.junit.opcodes.aget_byte.d.T_aget_byte_4", VerifyError.class); 99 load("dot.junit.opcodes.aget_byte.d.T_aget_byte_5", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/ |
Test_aget_char.java | 17 package dot.junit.opcodes.aget_char; 21 import dot.junit.opcodes.aget_char.d.T_aget_char_1; 22 import dot.junit.opcodes.aget_char.d.T_aget_char_8; 49 loadAndRun("dot.junit.opcodes.aget_char.d.T_aget_char_1", 57 loadAndRun("dot.junit.opcodes.aget_char.d.T_aget_char_1", 65 loadAndRun("dot.junit.opcodes.aget_char.d.T_aget_char_1", 76 load("dot.junit.opcodes.aget_char.d.T_aget_char_2", VerifyError.class); 84 load("dot.junit.opcodes.aget_char.d.T_aget_char_3", VerifyError.class); 92 load("dot.junit.opcodes.aget_char.d.T_aget_char_4", VerifyError.class); 100 load("dot.junit.opcodes.aget_char.d.T_aget_char_5", VerifyError.class) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/ |
Test_aget_object.java | 17 package dot.junit.opcodes.aget_object; 21 import dot.junit.opcodes.aget_object.d.T_aget_object_1; 22 import dot.junit.opcodes.aget_object.d.T_aget_object_8; 48 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", 56 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", 64 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", NullPointerException.class, 73 load("dot.junit.opcodes.aget_object.d.T_aget_object_2", VerifyError.class); 81 load("dot.junit.opcodes.aget_object.d.T_aget_object_3", VerifyError.class); 89 load("dot.junit.opcodes.aget_object.d.T_aget_object_4", VerifyError.class); 97 load("dot.junit.opcodes.aget_object.d.T_aget_object_5", VerifyError.class) [all...] |