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

/openjdk10/hotspot/test/compiler/compilercontrol/
H A DInlineMatcherTest.java56 final public static int DONT_INLINE = 1; field in class:InlineMatcherTest
74 testCases.add(helper, "-*.*", DONT_INLINE);
85 testCases.add(helper, "-" + className + ".*", DONT_INLINE);
86 testCases.add(helper, "-" + className + ".helper", DONT_INLINE);
87 testCases.add(helper, "-" + className + ".helper()", DONT_INLINE);
88 testCases.add(helper, "-" + className + ".helper()V", DONT_INLINE);
89 testCases.add(helper, "-" + className + ".helper(", DONT_INLINE);
144 case DONT_INLINE:

Completed in 82 milliseconds