Searched refs:innerHelper (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/test/compiler/oracle/
H A DMethodMatcherTest.java62 // instantiate before calling getMethod on innerHelper
67 inner = getMethod(TestCases.class, "innerHelper");
106 testCases.add(inner, "compiler/oracle/MethodMatcherTest$TestCases.innerHelper", MATCH);
107 testCases.add(inner, "compiler/oracle/MethodMatcherTest*.innerHelper", MATCH);
108 testCases.add(inner, "compiler/oracle/MethodMatcherTest$*.innerHelper", MATCH);
109 testCases.add(inner, "*$TestCases.innerHelper", MATCH);
110 testCases.add(inner, "*TestCases.innerHelper", MATCH);
111 testCases.add(inner, "TestCases.innerHelper", NO_MATCH);
112 testCases.add(inner, "compiler/oracle/MethodMatcherTest.innerHelper", NO_MATCH);
230 public void innerHelper() { method in class:MethodMatcherTest.TestCase
241 public void innerHelper() { method in class:MethodMatcherTest.TestCases
[all...]
/openjdk10/hotspot/test/compiler/compilercontrol/
H A DInlineMatcherTest.java65 // instantiate before calling getMethod on innerHelper
169 public void innerHelper() { method in class:InlineMatcherTest.TestCase

Completed in 93 milliseconds