Searched defs:depth (Results 151 - 175 of 235) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp60 assert((caller_tree == NULL ? 0 : caller_tree->stack_depth() + 1) == stack_depth(), "correct (redundant) depth parameter");
599 tty->print_cr(" \\-> discounting inline depth");
645 uint depth = jvms && jvms->has_method() ? jvms->depth() : 0; local
646 for (uint d = 1; d <= depth; d++) {
650 ciMethod* d_callee = (d == depth) ? callee : jvms->of_depth(d+1)->method();
653 if (d == depth) {
H A DdoCall.cpp44 void trace_type_profile(Compile* C, ciMethod *method, int depth, int bci, ciMethod *prof_method, ciKlass *prof_klass, int site_count, int receiver_count) { argument
52 CompileTask::print_inlining(prof_method, depth, bci);
56 CompileTask::print_inline_indent(depth, out);
251 trace_type_profile(C, jvms->method(), jvms->depth() - 1, jvms->bci(), next_receiver_method, profile.receiver(1), site_count, profile.receiver_count(1));
257 trace_type_profile(C, jvms->method(), jvms->depth() - 1, jvms->bci(), receiver_method, profile.receiver(0), site_count, receiver_count);
851 if (CountCompiledCalls && depth() == 1) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java392 * The depth of the {@link Element}.
397 * int depth() {
405 private final int depth; field in class:NamespaceContextImpl.Element
428 this.depth = (prev==null) ? 0 : prev.depth+1;
436 return depth==1;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h165 jint depth; member in struct:_GDIWinSDOps
H A DGDIWindowSurfaceData.cpp303 * adjusted to be the new display depth (even if it was created in a different
304 * depth to begin with)
324 // Could have this native depth for either 24- or 32-bit
375 jobject peer, jint depth,
397 wsdo->depth = depth;
402 // the pixel depth. In the 8-bit case, there are no
405 switch (depth) {
433 !SurfaceDepthsCompatible(depth, wsdo->device->GetBitDepth()))
437 "GDIWindowSurfaceData_initOps: Surface depth mismatc
374 Java_sun_java2d_windows_GDIWindowSurfaceData_initOps(JNIEnv *env, jobject wsd, jobject peer, jint depth, jint redMask, jint greenMask, jint blueMask, jint screen) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DJDIScaffold.java448 private StepEvent doStep(ThreadReference thread, int gran, int depth) { argument
450 requestManager.createStepRequest(thread, gran, depth);
H A DTestScaffold.java744 private StepEvent doStep(ThreadReference thread, int gran, int depth) { argument
746 requestManager.createStepRequest(thread, gran, depth);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DExpression.java579 void codeDup(Environment env, Context ctx, Assembler asm, int items, int depth) { argument
585 switch (depth) {
599 switch (depth) {
613 throw new CompilerError("can't dup: " + items + ", " + depth);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java330 // Non-recursive one-fetch-at-a-time depth-first traversal with
1658 int depth)
1671 dispatchNodeData(child, ch, depth+1);
1677 if(0 != depth)
1656 dispatchNodeData(Node node, org.xml.sax.ContentHandler ch, int depth) argument
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java610 private StepEvent doStep(ThreadReference thread, int gran, int depth) { argument
612 requestManager.createStepRequest(thread, gran, depth);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java683 protected int getRowX(int row, int depth) { argument
684 return super.getRowX(row, depth) + padding;
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java545 * Returns the depth of the tree rooted at this node -- the longest
552 * @return the depth of the tree whose root is this node
606 * The length of the returned array gives the node's depth in the
610 * @param depth an int giving the number of steps already taken towards
615 protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) { argument
621 if(depth == 0)
624 retNodes = new TreeNode[depth];
627 depth++;
628 retNodes = getPathToRoot(aNode.getParent(), depth);
629 retNodes[retNodes.length - depth]
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java123 * @param depth The position of the columnar object arc in the OIDs
129 int depth)
232 * <CODE>get(req,oid,depth+1)</CODE> method. </li>
236 * public void get(SnmpMibSubRequest req, int depth)
253 * get(req,oid,depth+1);
258 * <CODE>get(SnmpMibSubRequest req, int depth)</CODE> on the generated
264 * <CODE>get(SnmpMibSubRequest req, int depth)</CODE> on the generated
269 public void get(SnmpMibSubRequest req, int depth) argument
289 // get(req,index,depth+1);
291 get(req,oid,depth
128 createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
332 check(SnmpMibSubRequest req, int depth) argument
392 set(SnmpMibSubRequest req, int depth) argument
928 getRowAction(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1135 checkRowStatusChange(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int newStatus) argument
1166 checkRemoveTableRow(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1208 removeTableRow(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1262 beginRowAction(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int rowAction) argument
1412 endRowAction(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int rowAction) argument
1753 get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1761 check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1769 set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
1843 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
1912 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
2066 findNextAccessibleOid(SnmpOid entryoid, SnmpVarBind varbind,long[] oid, int depth, SnmpRequestTree handlers, AcmChecker checker, Object data, long var) argument
[all...]
H A DSnmpRequestTree.java465 int depth; // The depth of the meta node. field in class:SnmpRequestTree.Handler
763 // Indicates the depth of the arc in the OID that identifies the
768 return handler.depth;
794 public void add(SnmpMibNode meta, int depth, SnmpVarBind varbind) argument
796 registerNode(meta,depth,null,varbind,false,null);
803 public void add(SnmpMibNode meta, int depth, SnmpOid entryoid, argument
806 registerNode(meta,depth,entryoid,varbind,isnew,null);
814 public void add(SnmpMibNode meta, int depth, SnmpOid entryoid, argument
818 registerNode(meta,depth,entryoi
1007 registerNode(SnmpMibNode meta, int depth, SnmpOid entryoid, SnmpVarBind varbind, boolean isnew, SnmpVarBind statusvb) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp403 void vframeStreamCommon::security_get_caller_frame(int depth) { argument
417 // This is non-excluded frame, we need to count it against the depth
418 if (depth-- <= 0) {
419 // we have reached the desired depth, we are done
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java112 * Depth of the current element. The first element gets depth==0.
115 private int depth = 0; field in class:DOMStreamReader
234 depth=0;
294 Scope scope = scopes[depth];
319 if(scopes.length==++depth) {
324 Scope scope = scopes[depth];
326 scope = scopes[depth] = new Scope(scopes[depth-1]);
476 return scopes[depth];
518 String nsUri = scopes[depth]
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c338 ximage->bits_per_pixel = ximage->depth;
339 ximage->bytes_per_line = ximage->depth * ximage->width / 8;
438 int depth = XDefaultDepthOfScreen(splash->screen); local
447 splash->screenFormat.depthBytes = (depth + 7) / 8;
448 // TrueColor depth probably can't be less
459 int depth = XDefaultDepthOfScreen(splash->screen); local
496 splash->screenFormat.depthBytes = (depth + 7) / 8; // or always 8?
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java429 int depth; field in class:RicochetTest.RFCB
444 depth++;
459 boolean isLeaf = (depth >= MAX_DEPTH);
465 depth--;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c459 get_real_depth(int depth, jboolean skip_init) argument
465 if ( gdata->bci && depth > 0 ) {
473 return depth + extra_frames;
478 fill_frame_buffer(int depth, int real_depth, argument
496 ( topframe < (real_depth-depth) ) &&
505 /* Adjust count to match depth request */
506 if ( ( frame_count - topframe ) > depth ) {
507 frame_count = depth + topframe;
530 int depth, jboolean skip_init,
544 real_depth = get_real_depth(depth, skip_ini
529 trace_get_current(jthread thread, SerialNumber thread_serial_num, int depth, jboolean skip_init, FrameIndex *frames_buffer, jvmtiFrameInfo *jframes_buffer) argument
564 trace_get_all_current(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init, TraceIndex *traces, jboolean always_care) argument
633 trace_increment_all_sample_costs(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init) argument
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h234 uch depth[2*L_CODES+1]; member in struct:internal_state
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java72 int depth; field in class:X11GraphicsConfig
90 int visualnum, int depth,
94 return new X11GraphicsConfig(device, visualnum, depth, colormap, doubleBuffer);
107 int visualnum, int depth,
110 return new X11GraphicsConfig(device, visualnum, depth, colormap, false);
118 int visualnum, int depth,
124 this.depth = depth;
152 * Returns the depth associated with this configuration.
155 return depth;
89 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
106 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type) argument
117 X11GraphicsConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.java48 public int createPixmap(int drawable, int depth, int width, int height); argument
H A DXRSurfaceData.java49 protected int depth; field in class:XRSurfaceData
53 protected native void XRInitSurface(int depth, int width, int height, argument
228 int depth = transparency > Transparency.OPAQUE ? 32 : 24;
229 if (depth == 24) {
230 cm = new DirectColorModel(depth,
233 cm = new DirectColorModel(depth, 0x00FF0000, 0x0000FF00,
240 XRUtils.getPictureFormatForTransparency(transparency), depth);
244 SurfaceType sType, ColorModel cm, int depth, int transparency)
250 this.depth = depth;
243 XRSurfaceData(X11ComponentPeer peer, XRGraphicsConfig gc, SurfaceType sType, ColorModel cm, int depth, int transparency) argument
584 XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency, int pictFormat, int depth) argument
600 initSurface(int depth, int width, int height, long drawable, int pictFormat) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java176 /** Markup depth. */
693 int depth = fPEDepth;
703 if (depth != fPEDepth && fEntityScanner.isExternal()) {
1620 // store at which depth of entities we start
2032 int depth = fPEDepth;
2035 return !spaceRequired || sawSpace || (depth != fPEDepth);
2074 private final void pushPEStack(int depth, boolean report) { argument
2086 fPEStack[fPEDepth++] = depth;
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java184 /** recursion depth */
185 private int depth; field in class:ObjectOutputStream
349 if (depth == 0) {
416 if (depth == 0) {
494 if (depth != 0) {
1106 depth++;
1185 depth--;
1417 (depth == 1 ? "root " : "") + "object (class \"" +

Completed in 110 milliseconds

12345678910