Searched defs:depth (Results 176 - 200 of 235) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp93 int stack_depth() const { return _caller_jvms ? _caller_jvms->depth() : 0; }
321 int _depth; // Inline tree depth, for debug printouts
360 int depth() const { return _depth; } function in class:Parse
551 void jump_switch_ranges(Node* a, SwitchRange* lo, SwitchRange* hi, int depth = 0);
H A DphaseX.cpp521 void PhaseTransform::dump_nodes_and_types(const Node *root, uint depth, bool only_ctrl) { argument
523 dump_nodes_and_types_recur( root, depth, only_ctrl, visited );
527 void PhaseTransform::dump_nodes_and_types_recur( const Node *n, uint depth, bool only_ctrl, VectorSet &visited) { argument
529 if( depth == 0 ) return;
533 dump_nodes_and_types_recur( n->in(i), depth-1, only_ctrl, visited );
H A Dsuperword.hpp196 int _depth; // Max expression (DAG) depth from block start
301 // Max expression (DAG) depth from beginning of the block for each node
302 int depth(Node* n) { return _node_info.adr_at(bb_idx(n))->_depth; } function in class:SuperWord
388 // Compute max depth for expressions from beginning of block
422 char* blank(uint depth);
H A Dcallnode.hpp200 uint _depth; // One more than caller depth, or one.
255 uint depth() const { return _depth; } function in class:JVMState
263 // Returns the JVM state at the desired depth (1 == root).
266 // Tells if two JVM states have the same call chain (depth, methods, & bcis).
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java522 private void generalStep(ThreadReference thread, int size, int depth) argument
532 size, depth);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java545 int depth; field in class:EventRequestManagerImpl.StepRequestImpl
547 StepRequestImpl(ThreadReference thread, int size, int depth) { argument
550 this.depth = depth;
553 * Translate size and depth to corresponding JDWP values.
568 switch (depth) {
579 throw new IllegalArgumentException("Invalid step depth");
602 public int depth() { method in class:EventRequestManagerImpl.StepRequestImpl
603 return depth;
758 int size, int depth) {
757 createStepRequest(ThreadReference thread, int size, int depth) argument
[all...]
H A DVirtualMachineImpl.java744 void printReceiveTrace(int depth, String string) { argument
746 for (int i = depth; i > 0; --i) {
/openjdk7/jdk/src/share/back/
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
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp275 jint depth);
276 vframe* vframeFor(JavaThread* java_thread, jint depth);
289 jvmtiError get_frame_location(JavaThread* java_thread, jint depth,
332 // VM operation to get monitor information with stack depth.
541 VM_GetFrameLocation(JvmtiEnv *env, JavaThread* java_thread, jint depth, argument
545 _depth = depth;
H A DjvmtiImpl.cpp534 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type) argument
537 , _depth(depth)
547 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type, jvalue value) argument
550 , _depth(depth)
561 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth, int index) argument
564 , _depth(depth)
827 JavaThread* thread, JavaThread* caller_thread, jint depth)
828 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {}
826 VM_GetReceiver( JavaThread* thread, JavaThread* caller_thread, jint depth) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java70 /** The element depth that we are in. Used to determine when we are done with a tree. */
838 private void popElementStack(int depth) { argument
840 _stackTop = _stack[depth - 1];
842 _namespaceAIIsEnd = _stack[depth].namespaceAIIsStart;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c380 int i, j, k, cmapsize, nfree, depth, bpp; local
401 depth = awt_data->awt_depth;
409 if (pPFV[i].depth == depth) {
421 awt_data->awtImage->Depth = depth;
423 if ((bpp == 32 || bpp == 16) && pVI->class == TrueColor && depth >= 15) {
517 } else if (depth <= 12 && (pVI->class == PseudoColor
521 awt_data->awt_num_colors = (1 << pVI->depth);
564 if (depth > 12) {
568 if (depth
[all...]
H A DmultiVis.c389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
392 int32_t depth , width , height ;
409 bytes_per_line = width*depth/8;
422 ximage = XCreateImage(disp,fakeVis,(uint32_t) depth,format,0,NULL,
430 ximage->data = malloc(height*bytes_per_line*depth);
432 ximage->bits_per_pixel = depth; /** Valid only if format is ZPixmap ***/
499 int32_t depth ; local
520 depth = 24 ;
521 ximage = ReadRegionsInList(disp,&fakeVis,depth,format,
529 ximage_ipm = ReadRegionsInList(disp,&fakeVis,depth,forma
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c873 unsigned depth; local
1070 depth = read_u2(&p);
1071 check_printf("#%d@%d: %s, sz=%d, flags=0x%x, depth=%d\n",
1072 nrecord, npos, label, size, flags, depth);
H A Dhprof_tls.c330 int depth, jboolean skip_init,
338 thread_serial_num, depth, skip_init,
431 int depth; local
443 depth = stack_depth(stack);
451 for ( i = 0 ; i < depth ; i++ ) {
475 if ( depth > 0 ) {
476 for ( i = depth-1 ; i >= 0; i-- ) {
491 int depth; local
505 depth = stack_depth(info->stack);
514 /* The depth o
329 get_trace(jthread thread, SerialNumber thread_serial_num, int depth, jboolean skip_init, FrameIndex *frames_buffer, jvmtiFrameInfo *jframes_buffer) argument
1123 tls_get_trace(TlsIndex index, JNIEnv *env, int depth, jboolean skip_init) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java696 ii.depth = directoryComboBoxModel.getDepth(index);
707 int depth = 0; field in class:SynthFileChooserUIImpl.IndentIcon
712 icon.paintIcon(c, g, x+depth*space, y);
720 return ((icon != null) ? icon.getIconWidth() : 0) + depth*space;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java73 protected int depth; field in class:X11SurfaceData
76 protected native void initSurface(int depth, int width, int height, argument
439 // X11GraphicsConfig gc, int depth);
449 this.depth = cm.getPixelSize();
450 initOps(peer, graphicsConfig, depth);
540 "depth/cm combo: " +
567 "depth/cm combo: " +
592 "depth: " +
610 "depth: " +
769 initSurface(depth, widt
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java60 public native int createPixmap(int drawable, int depth, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java253 /** Markup depth. */
1055 //storing elemnetPointer for particular element depth
1066 //store pointer information only when element depth is less MAX_DEPTH_LIMIT
1090 void resetPointer(short depth, short column){ argument
1091 fPointerInfo[depth] [column] = (short)0;
1096 short depth = (short) fElementStack.fDepth ;
1098 //Stores element pointer locations at particular depth , only 4 pointer locations
1099 //are stored at particular depth for now.
1102 if(canStore(depth, i)){
1103 fPointerInfo[depth][
1120 canStore(short depth, short column) argument
1128 getElementPointer(short depth, short column) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java756 * of the given depth.
758 * @param depth the indentation depth (element nesting depth)
762 protected void indent(int depth) throws IOException argument
772 printSpace(depth * m_indentAmount);
777 * Indent at the current element nesting depth.
2022 // namespaces declared at the current depth are no longer valid
2142 /* Remember the mapping, and at what depth it was declared
2143 * This is one greater than the current depth becaus
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java872 ii.depth = directoryComboBoxModel.getDepth(index);
883 int depth = 0; field in class:MetalFileChooserUI.IndentIcon
887 icon.paintIcon(c, g, x+depth*space, y);
894 return icon.getIconWidth() + depth*space;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java2164 * been inserted. <code>depth</code> is used to indicate a
2165 * JoinToFracture is needed to an element at a depth
2166 * of <code>depth</code>. Where the root is 0, 1 is the children
2171 void fracture(int depth) { argument
2189 if(change.added.size() > 0 || counter == depth) {
2217 * point, until a depth of <code>endFractureIndex</code> is
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1525 int depth) {
1527 Element[] retValue = new Element[depth + 1];
1528 retValue[depth] = parent;
1532 (parent.getElementIndex(offset)), offset, depth + 1);
1533 retValue[depth] = parent;
1546 int depth = -1;
1551 depth++;
1556 return depth;
1738 int depth = elementCountToTag(doc, offset - 1, tag);
1739 if (depth !
1524 getElementsAt(Element parent, int offset, int depth) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java244 /** recursion depth */
245 private int depth; field in class:ObjectInputStream
376 if (depth == 0) {
382 if (closed && depth == 0) {
466 if (depth == 0) {
472 if (closed && depth == 0) {
571 if (depth == 0) {
889 if (depth == 0) {
1321 depth++;
1379 depth
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp2574 int depth1 = depth();
2575 int depth2 = lp->depth();
2586 // ciTypeFlow::Loop::depth
2588 // Loop depth
2589 int ciTypeFlow::Loop::depth() const { function in class:ciTypeFlow::Loop
2616 // Perform the depth first type flow analysis. Helper for flow_types.
2651 // This can happen when try/finally constructs are nested to depth N,

Completed in 259 milliseconds

12345678910