HomeSort by relevance Sort by last modified time
    Searched refs:TestStubs (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_18.d 27 .method public run(Ldot/junit/opcodes/invoke_virtual/TestStubs;)V
29 invoke-virtual {v4}, dot/junit/opcodes/invoke_virtual/TestStubs/TestStub()V
T_invoke_virtual_20.d 27 .method public run(Ldot/junit/opcodes/invoke_virtual/TestStubs;)V
31 invoke-virtual {v4}, dot/junit/opcodes/invoke_virtual/TestStubs/TestStubP()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_18.d 27 .method public run(Ldot/junit/opcodes/invoke_virtual_range/TestStubs;)V
29 invoke-virtual/range {v4}, dot/junit/opcodes/invoke_virtual_range/TestStubs/TestStub()V
T_invoke_virtual_range_20.d 27 .method public run(Ldot/junit/opcodes/invoke_virtual_range/TestStubs;)V
31 invoke-virtual/range {v4}, dot/junit/opcodes/invoke_virtual_range/TestStubs/TestStubP()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_4.d 30 new-instance v1, dot/junit/opcodes/new_instance/TestStubs
31 ; invoke-direct {v1}, dot/junit/opcodes/new_instance/TestStubs/<init>()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 15 .source TestStubs.java
18 .source TestStubs.java
21 .source TestStubs.java
32 .source TestStubs.java
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 15 .source TestStubs.java
18 .source TestStubs.java
21 .source TestStubs.java
32 .source TestStubs.java
  /cts/tools/dx-tests/src/dxc/junit/opcodes/getfield/
Test_getfield.java 34 import dxc.junit.opcodes.getfield.jm.TestStubs;
200 // @uses dxc.junit.opcodes.getfield.jm.TestStubs
203 t.run(new dxc.junit.opcodes.getfield.jm.TestStubs());
  /cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/d/
T_check_cast_2.d 15 .source TestStubs.java
18 .source TestStubs.java
21 .source TestStubs.java
33 .source TestStubs.java
T_check_cast_3.d 29 check-cast v5, dot/junit/opcodes/check_cast/TestStubs
  /cts/tools/vm-tests/src/dot/junit/opcodes/const_class/d/
T_const_class_7.d 30 const-class v254, dot/junit/opcodes/const_class/TestStubs
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_11.d 30 filled-new-array {v9}, [Ldot/junit/opcodes/filled_new_array/TestStubs;
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/d/
T_filled_new_array_range_11.d 30 filled-new-array/range {v9}, [Ldot/junit/opcodes/filled_new_array_range/TestStubs;
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/d/
T_iget_short_6.d 30 iget-short v1, v2, dot.junit.opcodes.iget_short.TestStubs.TestStubField S
  /cts/tools/vm-tests/src/dot/junit/opcodes/instance_of/d/
T_instance_of_2.d 15 .source TestStubs.java
18 .source TestStubs.java
21 .source TestStubs.java
33 .source TestStubs.java
T_instance_of_3.d 29 instance-of v0, v5, dot/junit/opcodes/instance_of/TestStubs
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 258 //@uses dot.junit.opcodes.invoke_super.TestStubs
260 new T_invoke_super_18().run(new TestStubs());
272 //@uses dot.junit.opcodes.invoke_super.TestStubs
274 new T_invoke_super_20().run(new TestStubs());
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 258 //@uses dot.junit.opcodes.invoke_super_range.TestStubs
260 new T_invoke_super_range_18().run(new TestStubs());
272 //@uses dot.junit.opcodes.invoke_super_range.TestStubs
274 new T_invoke_super_range_20().run(new TestStubs());
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/
Test_invoke_virtual.java 252 //@uses dot.junit.opcodes.invoke_virtual.TestStubs
254 new T_invoke_virtual_18().run(new TestStubs());
266 //@uses dot.junit.opcodes.invoke_virtual.TestStubs
268 new T_invoke_virtual_20().run(new TestStubs());
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java 260 //@uses dot.junit.opcodes.invoke_virtual_range.TestStubs
262 new T_invoke_virtual_range_18().run(new TestStubs());
274 //@uses dot.junit.opcodes.invoke_virtual_range.TestStubs
276 new T_invoke_virtual_range_20().run(new TestStubs());
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_array/d/
T_new_array_10.d 31 new-array v0, v0, [Ldot/junit/opcodes/new_array/TestStubs;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/d/
T_sget_6.d 30 sget v1, dot.junit.opcodes.sget.TestStubs.TestStubField I
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_6.d 30 sget-boolean v1, dot.junit.opcodes.sget_boolean.TestStubs.TestStubField Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_6.d 30 sget-byte v1, dot.junit.opcodes.sget_byte.TestStubs.TestStubField B
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/d/
T_sget_char_6.d 30 sget-char v1, dot.junit.opcodes.sget_char.TestStubs.TestStubField C

Completed in 204 milliseconds

1 2 3 4 5 6 78 91011