Home
last modified time | relevance | path

Searched refs:functionDepth (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java39 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
49 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in selfRecursion()
59 numFcalls = functionDepth; in selfRecursion()
66 numFcalls = new Long(functionDepth.longValue()-1); in selfRecursion()
75 numFcalls = new Long(functionDepth.longValue() -1); in selfRecursion()
86 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
97 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
106 numFcalls = functionDepth; in callMe()
113 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
H A Dtest5.java156 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in factTest()
166 numFcalls = functionDepth; in factTest()
173 numFcalls = new Long(functionDepth.longValue() -1); in factTest()
203 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in fiboTest()
212 numFcalls = functionDepth; in fiboTest()
218 numFcalls = new Long(functionDepth.longValue() -1); in fiboTest()
248 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in combTest()
257 numFcalls = functionDepth; in combTest()
265 numFcalls = new Long(functionDepth.longValue() -1); in combTest()
308 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java33 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
45 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in CallCallMe()
55 numFcalls = functionDepth; in CallCallMe()
64 numFcalls = new Long(functionDepth.longValue()-1); in CallCallMe()
89 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
100 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
110 numFcalls = functionDepth; in callMe()
118 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
H A Dtest4.java35 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
46 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in CallCallMe()
56 numFcalls = functionDepth; in CallCallMe()
65 numFcalls = new Long(functionDepth.longValue()-1); in CallCallMe()
77 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
88 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
98 numFcalls = functionDepth; in callMe()
106 long temp = functionDepth.longValue()-2; in callMe()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java39 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
49 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in selfRecursion()
59 numFcalls = functionDepth; in selfRecursion()
66 numFcalls = new Long(functionDepth.longValue()-1); in selfRecursion()
75 numFcalls = new Long(functionDepth.longValue() -1); in selfRecursion()
86 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
97 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
106 numFcalls = functionDepth; in callMe()
113 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
H A Dtest5.java156 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in factTest()
166 numFcalls = functionDepth; in factTest()
173 numFcalls = new Long(functionDepth.longValue() -1); in factTest()
203 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in fiboTest()
212 numFcalls = functionDepth; in fiboTest()
218 numFcalls = new Long(functionDepth.longValue() -1); in fiboTest()
248 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in combTest()
257 numFcalls = functionDepth; in combTest()
265 numFcalls = new Long(functionDepth.longValue() -1); in combTest()
308 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java33 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
45 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in CallCallMe()
55 numFcalls = functionDepth; in CallCallMe()
64 numFcalls = new Long(functionDepth.longValue()-1); in CallCallMe()
89 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
100 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
110 numFcalls = functionDepth; in callMe()
118 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java40 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
52 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in selfRecursion()
61 numFcalls = functionDepth; in selfRecursion()
65 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
72 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
84 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
96 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
103 numFcalls = functionDepth; in callMe()
107 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
H A Dtest5.java158 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in factTest()
166 numFcalls = functionDepth; in factTest()
170 numFcalls = new Long(functionDepth.longValue() - 1); in factTest()
200 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in fiboTest()
207 numFcalls = functionDepth; in fiboTest()
211 numFcalls = new Long(functionDepth.longValue() - 1); in fiboTest()
241 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in combTest()
248 numFcalls = functionDepth; in combTest()
252 numFcalls = new Long(functionDepth.longValue() - 1); in combTest()
293 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java34 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
46 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in CallCallMe()
54 numFcalls = functionDepth; in CallCallMe()
60 numFcalls = new Long(functionDepth.longValue() - 1); in CallCallMe()
76 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
88 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
96 numFcalls = functionDepth; in callMe()
101 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java40 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
52 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in selfRecursion()
61 numFcalls = functionDepth; in selfRecursion()
65 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
72 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
84 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
96 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
103 numFcalls = functionDepth; in callMe()
107 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
H A Dtest5.java158 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in factTest()
166 numFcalls = functionDepth; in factTest()
170 numFcalls = new Long(functionDepth.longValue() - 1); in factTest()
200 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in fiboTest()
207 numFcalls = functionDepth; in fiboTest()
211 numFcalls = new Long(functionDepth.longValue() - 1); in fiboTest()
241 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in combTest()
248 numFcalls = functionDepth; in combTest()
252 numFcalls = new Long(functionDepth.longValue() - 1); in combTest()
293 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java34 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
46 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in CallCallMe()
54 numFcalls = functionDepth; in CallCallMe()
60 numFcalls = new Long(functionDepth.longValue() - 1); in CallCallMe()
76 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
88 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
96 numFcalls = functionDepth; in callMe()
101 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java39 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
49 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in selfRecursion()
59 numFcalls = functionDepth; in selfRecursion()
66 numFcalls = new Long(functionDepth.longValue()-1); in selfRecursion()
75 numFcalls = new Long(functionDepth.longValue() -1); in selfRecursion()
86 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
97 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
106 numFcalls = functionDepth; in callMe()
113 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
H A Dtest5.java156 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in factTest()
166 numFcalls = functionDepth; in factTest()
173 numFcalls = new Long(functionDepth.longValue() -1); in factTest()
203 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in fiboTest()
212 numFcalls = functionDepth; in fiboTest()
218 numFcalls = new Long(functionDepth.longValue() -1); in fiboTest()
248 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in combTest()
257 numFcalls = functionDepth; in combTest()
265 numFcalls = new Long(functionDepth.longValue() -1); in combTest()
308 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java33 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
45 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in CallCallMe()
55 numFcalls = functionDepth; in CallCallMe()
64 numFcalls = new Long(functionDepth.longValue()-1); in CallCallMe()
89 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
100 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
110 numFcalls = functionDepth; in callMe()
118 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java39 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
49 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in selfRecursion()
59 numFcalls = functionDepth; in selfRecursion()
66 numFcalls = new Long(functionDepth.longValue()-1); in selfRecursion()
75 numFcalls = new Long(functionDepth.longValue() -1); in selfRecursion()
86 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
97 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
106 numFcalls = functionDepth; in callMe()
113 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
H A Dtest5.java156 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in factTest()
166 numFcalls = functionDepth; in factTest()
173 numFcalls = new Long(functionDepth.longValue() -1); in factTest()
203 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in fiboTest()
212 numFcalls = functionDepth; in fiboTest()
218 numFcalls = new Long(functionDepth.longValue() -1); in fiboTest()
248 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in combTest()
257 numFcalls = functionDepth; in combTest()
265 numFcalls = new Long(functionDepth.longValue() -1); in combTest()
308 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java33 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
45 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in CallCallMe()
55 numFcalls = functionDepth; in CallCallMe()
64 numFcalls = new Long(functionDepth.longValue()-1); in CallCallMe()
89 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
100 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) in callMe()
110 numFcalls = functionDepth; in callMe()
118 numFcalls = new Long(functionDepth.longValue() -1); in callMe()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java40 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
52 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in selfRecursion()
61 numFcalls = functionDepth; in selfRecursion()
65 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
72 numFcalls = new Long(functionDepth.longValue() - 1); in selfRecursion()
84 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
96 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
103 numFcalls = functionDepth; in callMe()
107 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
H A Dtest5.java158 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in factTest()
166 numFcalls = functionDepth; in factTest()
170 numFcalls = new Long(functionDepth.longValue() - 1); in factTest()
200 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in fiboTest()
207 numFcalls = functionDepth; in fiboTest()
211 numFcalls = new Long(functionDepth.longValue() - 1); in fiboTest()
241 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in combTest()
248 numFcalls = functionDepth; in combTest()
252 numFcalls = new Long(functionDepth.longValue() - 1); in combTest()
293 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java34 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
46 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in CallCallMe()
54 numFcalls = functionDepth; in CallCallMe()
60 numFcalls = new Long(functionDepth.longValue() - 1); in CallCallMe()
76 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
88 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
96 numFcalls = functionDepth; in callMe()
101 numFcalls = new Long(functionDepth.longValue() - 1); in callMe()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A Dtest3.java40 …public void selfRecursion(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionD… in selfRecursion() argument
52 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in selfRecursion()
61 numFcalls = functionDepth; in selfRecursion()
65 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in selfRecursion()
72 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in selfRecursion()
84 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
96 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
103 numFcalls = functionDepth; in callMe()
107 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in callMe()
H A Dtest5.java158 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in factTest()
166 numFcalls = functionDepth; in factTest()
170 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in factTest()
200 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in fiboTest()
207 numFcalls = functionDepth; in fiboTest()
211 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in fiboTest()
241 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in combTest()
248 numFcalls = functionDepth; in combTest()
252 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in combTest()
293 numFcalls = functionDepth; in pascalTest()
[all …]
H A Dtest2.java34 …public void CallCallMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDept… in CallCallMe() argument
46 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in CallCallMe()
54 numFcalls = functionDepth; in CallCallMe()
60 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in CallCallMe()
76 public void callMe(Vector summation, Vector ID, Long functionDepth, Integer staticFunctionDepth) in callMe() argument
88 if ((functionDepth.longValue() <= 0) && (staticFunctionDepth.intValue() <= 0)) { in callMe()
96 numFcalls = functionDepth; in callMe()
101 numFcalls = Long.valueOf(functionDepth.longValue() - 1); in callMe()

123