Home
last modified time | relevance | path

Searched defs:testArgsOrder (Results 1 – 11 of 11) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
DITest.java24 public int testArgsOrder(int a, int b); in testArgsOrder() method
DITestImpl.java35 public int testArgsOrder(int a, int b) { in testArgsOrder() method in ITestImpl
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/
DITest.java24 public int testArgsOrder(int a, int b); in testArgsOrder() method
DITestImpl.java37 public int testArgsOrder(int a, int b) { in testArgsOrder() method in ITestImpl
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder() method in TSuper
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
DTSuper.java34 public int testArgsOrder(int a, int b) { in testArgsOrder() method in TSuper
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
DTSuper.java32 public int testArgsOrder(int a, int b) { in testArgsOrder() method in TSuper
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
DTestClass.java30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder() method in TestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
DTestClass.java30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder() method in TestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder() method in TSuper
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder() method in TSuper