Searched defs:numFrames (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java71 private int numFrames; field in class:ProfileStack
92 numFrames = stackElements.length;
93 classNames = new String[numFrames];
94 methodNames = new String[numFrames];
95 lineNumbers = new int[numFrames];
97 for (int i=0, j=(numFrames-1); i < numFrames; i++,j--)
129 this.numFrames = classNames.length;
144 return numFrames;
239 if (numFrames
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java70 private int numFrames; field in class:ProfileStack
91 numFrames = stackElements.length;
92 classNames = new String[numFrames];
93 methodNames = new String[numFrames];
94 lineNumbers = new int[numFrames];
96 for (int i=0, j=(numFrames-1); i < numFrames; i++,j--)
128 this.numFrames = classNames.length;
143 return numFrames;
238 if (numFrames
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java71 private int numFrames; field in class:ProfileStack
92 numFrames = stackElements.length;
93 classNames = new String[numFrames];
94 methodNames = new String[numFrames];
95 lineNumbers = new int[numFrames];
97 for (int i=0, j=(numFrames-1); i < numFrames; i++,j--)
129 this.numFrames = classNames.length;
144 return numFrames;
239 if (numFrames
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java71 private int numFrames; field in class:ProfileStack
92 numFrames = stackElements.length;
93 classNames = new String[numFrames];
94 methodNames = new String[numFrames];
95 lineNumbers = new int[numFrames];
97 for (int i=0, j=(numFrames-1); i < numFrames; i++,j--)
129 this.numFrames = classNames.length;
144 return numFrames;
239 if (numFrames
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java70 private int numFrames; field in class:ProfileStack
91 numFrames = stackElements.length;
92 classNames = new String[numFrames];
93 methodNames = new String[numFrames];
94 lineNumbers = new int[numFrames];
96 for (int i=0, j=(numFrames-1); i < numFrames; i++,j--)
128 this.numFrames = classNames.length;
143 return numFrames;
238 if (numFrames
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileStack.java63 private int numFrames; field in class:ProfileStack
84 numFrames = stackElements.length;
85 classNames = new String[numFrames];
86 methodNames = new String[numFrames];
87 lineNumbers = new int[numFrames];
89 for (int i=0, j=numFrames-1; i < numFrames; i++,j--)
121 this.numFrames = classNames.length;
136 return numFrames;
231 if (numFrames !
[all...]

Completed in 1350 milliseconds