Searched refs:depth (Results 226 - 250 of 342) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/jdk.rmic/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);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DPubApi.java325 int depth = 0;
327 if (c == split && depth == 0) {
331 if (c == '<') depth++;
332 if (c == '>') depth--;
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1627 int depth) {
1629 Element[] retValue = new Element[depth + 1];
1630 retValue[depth] = parent;
1634 (parent.getElementIndex(offset)), offset, depth + 1);
1635 retValue[depth] = parent;
1653 int depth = -1;
1658 depth++;
1663 return depth;
1900 int depth = elementCountToTag(doc, offset - 1, tag);
1901 if (depth !
1626 getElementsAt(Element parent, int offset, int depth) argument
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp383 int depth; member in class:UseCountComputer
389 depth++;
390 if (depth > max_recurse_depth) {
403 depth--;
407 depth = 0;
412 assert(depth == 0, "should have counted back down");
426 assert(depth == 0, "should have counted back down");
431 depth = 0;
715 TRACE_LINEAR_SCAN(3, tty->print_cr("----- computing loop-depth and weight"));
726 TRACE_LINEAR_SCAN(4, tty->print_cr("Computing loop depth fo
[all...]
/openjdk10/hotspot/test/gc/stress/gcold/
H A DTestGCOld.java253 // Interchanges two randomly selected subtrees (of same size and depth).
258 // * A depth
259 // * A path to that depth.
262 int depth = rnd.nextInt(treeHeight);
266 for (int i = 0; i < depth; i++) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DQName.java270 int depth = namespaces.size();
272 for (int i = depth - 1; i >= 0; i--)
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_DrawingSurface.c243 px->depth = attrs.depth;
/openjdk10/langtools/test/tools/jdeps/modules/
H A DTransitiveDeps.java293 runJdeps(jdeps, data, false, 1 /* depth */);
297 boolean compileTimeView, int depth)
302 assertTrue(analyzer.run(compileTimeView, depth));
296 runJdeps(JdepsUtil.Command jdeps, List<ModuleMetaData> data, boolean compileTimeView, int depth) argument
/openjdk10/jdk/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c340 ximage->bits_per_pixel = ximage->depth;
341 ximage->bytes_per_line = ximage->depth * ximage->width / 8;
440 int depth = XDefaultDepthOfScreen(splash->screen); local
449 splash->screenFormat.depthBytes = (depth + 7) / 8;
450 // TrueColor depth probably can't be less
461 int depth = XDefaultDepthOfScreen(splash->screen); local
498 splash->screenFormat.depthBytes = (depth + 7) / 8; // or always 8?
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java1578 int depth = 0;
1585 depth++;
1586 if (depth == 1) {
1594 if (depth == 1) {
1602 switch (depth) {
1612 depth--;
1617 if (depth > 0)
1623 int depth = 1;
1627 depth++;
1631 if (--depth
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dcallnode.cpp264 _depth = 1 + (caller == NULL ? 0 : caller->depth());
290 assert(0 < d && (uint)d <= depth(), "oob");
291 for (int skip = depth() - d; skip > 0; skip--) {
294 assert(jvmp->depth() == (uint)d, "found the right one");
301 if (this->depth() != that->depth()) return false;
312 assert(p != NULL && q != NULL, "depth check ensures we don't run off end");
564 st->print("JVMS depth=%d loc=%d stk=%d arg=%d mon=%d scalar=%d end=%d mondepth=%d sp=%d bci=%d reexecute=%s method=",
565 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");
606 assert(n->depth()
[all...]
H A DcallGenerator.cpp82 assert(jvms->depth() == 1, "no inline OSR");
92 if (parser.tf() != (parser.depth() == 1 ? C->tf() : tf())) {
330 C->print_inlining(method(), call->jvms()->depth()-1, call->jvms()->bci(), msg);
830 print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),
842 print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),
861 print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),
926 print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),
H A Doutput.cpp755 int max_depth = youngest_jvms->depth();
763 for (int depth = 1; depth <= max_depth; depth++) {
764 JVMState* jvms = youngest_jvms->of_depth(depth);
858 assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest");
938 int max_depth = youngest_jvms->depth();
941 for (int depth = 1; depth <= max_depth; depth
[all...]
H A Dparse.hpp95 int stack_depth() const { return _caller_jvms ? _caller_jvms->depth() : 0; }
320 int _depth; // Inline tree depth, for debug printouts
363 int depth() const { return _depth; } function in class:Parse
564 void jump_switch_ranges(Node* a, SwitchRange* lo, SwitchRange* hi, int depth = 0);
H A DgraphKit.cpp123 int jvms_depth = jvms()->depth();
124 if (jvms_depth != parse->depth()) return false;
865 int inputs = 0, depth = 0; local
868 if (compute_stack_effects(inputs, depth)) {
979 assert(out_jvms->depth() == in_jvms->depth(), "depth must match");
998 bool GraphKit::compute_stack_effects(int& inputs, int& depth) { argument
1008 depth = Bytecodes::depth(cod
1271 int depth = 0; local
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp576 // return the vframe on the specified thread and depth, NULL if no such frame
578 JvmtiEnvBase::vframeFor(JavaThread* java_thread, jint depth) { argument
585 while ((vf != NULL) && (d < depth)) {
720 int depth = 0; local
723 if (depth++ < MaxJavaStackTraceDepth) { // check for stack too deep
725 err = get_locked_objects_in_frame(calling_thread, java_thread, jvf, owned_monitors_list, depth-1);
849 // start_depth is deeper than the stack depth
853 // we are referencing the starting depth based on the oldest
873 // the -start_depth is greater than the stack depth
894 // no frames and there is a starting depth
911 get_frame_location(JavaThread *java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectOutputStream.java185 /** recursion depth */
186 private int depth; field in class:ObjectOutputStream
351 if (depth == 0) {
418 if (depth == 0) {
498 if (depth != 0) {
1110 depth++;
1189 depth--;
1421 (depth == 1 ? "root " : "") + "object (class \"" +
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java294 * u2 stack trace depth
717 int depth = st.getStackDepth();
719 for (int j=0; j < depth; j++) {
729 writeHeader(HPROF_TRACE, 3 * (int)INT_SIZE + depth * (int)VM.getVM().getOopSize());
733 out.writeInt(depth); // frame count
734 for (int j=1; j <= depth; j++) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java66 /** The element depth that we are in. Used to determine when we are done with a tree. */
741 private boolean isInscope(int depth) { argument
742 return _buffer.getInscopeNamespaces().size() > 0 && depth ==0;
870 private void popElementStack(int depth) { argument
872 _stackTop = _stack[depth - 1];
874 _namespaceAIIsEnd = _stack[depth].namespaceAIIsStart;
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventFilter.c83 jint depth; member in struct:StepFilter
920 jthread thread, jint size, jint depth)
935 error = stepControl_beginStep(env, filter->thread, size, depth, node);
941 filter->depth = depth;
919 eventFilter_setStepFilter(HandlerNode *node, jint index, jthread thread, jint size, jint depth) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java151 /** How much the depth should be offset to properly calculate
1553 int depth = path.getPathCount() - 1;
1554 if((depth == 0 || (depth == 1 && !isRootVisible())) &&
1609 int depth = path.getPathCount() - 1;
1610 if (depth == 0 && !getShowsRootHandles() && !isRootVisible()) {
1613 int lineX = getRowX(-1, depth + 1);
1647 if(depth == 0 && !isRootVisible()) {
1783 int depth = path.getPathCount() - 1;
1785 if((depth
1941 getRowX(int row, int depth) argument
3127 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle size) argument
3186 getRowX(int row, int depth) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DDate.java478 int depth = 1;
482 if (c == '(') depth++;
484 if (--depth <= 0)
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DLambdaToMethod.java1302 JCTree block = capturedDecl(localContext.depth, outerInstanceSymbol);
1332 JCTree block = capturedDecl(localContext.depth, tree.sym);
1343 JCTree block = capturedDecl(localContext.depth, tree.sym);
1421 JCTree block = capturedDecl(localContext.depth, outerInstanceSymbol);
1453 JCTree block = capturedDecl(localContext.depth, sym);
1516 JCClassDecl clazz = (JCClassDecl)capturedDecl(localContext.depth, tree.sym);
1680 * scope; the depth parameter is used to filter out symbols defined
1683 private JCTree capturedDecl(int depth, Symbol sym) { argument
1690 return currentDepth > depth ? null : block.tree;
1696 return currentDepth > depth
1802 final int depth; field in class:LambdaToMethod.LambdaAnalyzerPreprocessor.TranslationContext
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIWindowSurfaceData.cpp305 * adjusted to be the new display depth (even if it was created in a different
306 * depth to begin with)
326 // Could have this native depth for either 24- or 32-bit
386 jobject peer, jint depth,
411 wsdo->depth = depth;
416 // the pixel depth. In the 8-bit case, there are no
419 switch (depth) {
447 !SurfaceDepthsCompatible(depth, wsdo->device->GetBitDepth()))
451 "GDIWindowSurfaceData_initOps: Surface depth mismatc
385 Java_sun_java2d_windows_GDIWindowSurfaceData_initOps(JNIEnv *env, jobject wsd, jobject peer, jint depth, jint redMask, jint greenMask, jint blueMask, jint screen) argument
[all...]
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DStampedLockTest.java1189 final int depth = 300;
1190 final long[] stamps = new long[depth];
1193 for (int i = 0; i < depth; i++) {
1201 for (int i = 0; i < depth; i++) {
1204 assertEquals(depth - i, lock.getReadLockCount());
1206 readUnlocker.accept(lock, stamps[depth - 1 - i]);

Completed in 264 milliseconds

1234567891011>>