OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestStubs
(Results
76 - 100
of
120
) sorted by null
1
2
3
4
5
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_18.d
27
.method public run(Ldot/junit/opcodes/invoke_super/
TestStubs
;)V
30
invoke-super {v4}, dot/junit/opcodes/invoke_super/
TestStubs
/TestStub()V
T_invoke_super_20.d
27
.method public run(Ldot/junit/opcodes/invoke_super/
TestStubs
;)V
30
invoke-super {v4}, dot/junit/opcodes/invoke_super/
TestStubs
/TestStubP()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_18.d
27
.method public run(Ldot/junit/opcodes/invoke_super_range/
TestStubs
;)V
30
invoke-super/range {v4}, dot/junit/opcodes/invoke_super_range/
TestStubs
/TestStub()V
T_invoke_super_range_20.d
27
.method public run(Ldot/junit/opcodes/invoke_super_range/
TestStubs
;)V
30
invoke-super/range {v4}, dot/junit/opcodes/invoke_super_range/
TestStubs
/TestStubP()V
/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-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/vm-tests-tf/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-tf/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-tf/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-tf/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-tf/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-tf/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-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java
260
//@uses dot.junit.opcodes.invoke_super.
TestStubs
262
new T_invoke_super_18().run(new
TestStubs
());
274
//@uses dot.junit.opcodes.invoke_super.
TestStubs
276
new T_invoke_super_20().run(new
TestStubs
());
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java
260
//@uses dot.junit.opcodes.invoke_super_range.
TestStubs
262
new T_invoke_super_range_18().run(new
TestStubs
());
274
//@uses dot.junit.opcodes.invoke_super_range.
TestStubs
276
new T_invoke_super_range_20().run(new
TestStubs
());
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
Test_invoke_virtual.java
254
//@uses dot.junit.opcodes.invoke_virtual.
TestStubs
256
new T_invoke_virtual_18().run(new
TestStubs
());
268
//@uses dot.junit.opcodes.invoke_virtual.
TestStubs
270
new T_invoke_virtual_20().run(new
TestStubs
());
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java
262
//@uses dot.junit.opcodes.invoke_virtual_range.
TestStubs
264
new T_invoke_virtual_range_18().run(new
TestStubs
());
276
//@uses dot.junit.opcodes.invoke_virtual_range.
TestStubs
278
new T_invoke_virtual_range_20().run(new
TestStubs
());
/cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/sget/d/
T_sget_6.d
30
sget v1, dot.junit.opcodes.sget.
TestStubs
.TestStubField I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_6.d
30
sget-boolean v1, dot.junit.opcodes.sget_boolean.
TestStubs
.TestStubField Z
Completed in 638 milliseconds
1
2
3
4
5