Searched refs:depth (Results 301 - 320 of 320) sorted by relevance

<<111213

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp542 // Step 4: Correct dom-depth info. Set to loop-head depth.
1675 bool PhaseIdealLoop::is_scaled_iv_plus_offset(Node* exp, Node* iv, int* p_scale, Node** p_offset, int depth) { argument
1694 if (depth < 2 &&
1696 p_offset != NULL ? &offset2 : NULL, depth+1)) {
H A Dnode.cpp847 // Strip away casting. (It is depth-limited.)
1691 uint depth = (uint)ABS(d);
1699 for(uint i = 0; i < depth; i++) {
1738 // Dump a Node's control history to 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).
H A DgraphKit.hpp161 // Also sanity-check method, depth, and monitor depth.
295 bool compute_stack_effects(int& inputs, int& depth);
H A Dloopnode.cpp105 // Keep deepest dominator depth
110 } else if (c_d == e_d && // Same depth?
112 // If same depth but not equal, one _must_ dominate the other
128 e_d = dom_depth(early); // Reset depth register cache
1172 // Set loop tree nesting depth. Accumulate _has_call bits.
1173 int IdealLoopTree::set_nest( uint depth ) {
1174 _nest = depth;
1176 if( _child ) bits |= _child->set_nest(depth+1);
1178 if( _next ) bits |= _next ->set_nest(depth );
1437 ilt->_nest = _nest; // Same nesting depth (fo
[all...]
H A Dlibrary_call.cpp540 C->print_inlining(callee, jvms->depth() - 1, bci, is_virtual() ? "(intrinsic, virtual)" : "(intrinsic)");
559 C->print_inlining(callee, jvms->depth() - 1, bci, msg);
589 C->print_inlining(callee, jvms->depth() - 1, bci, is_virtual() ? "(intrinsic, virtual)" : "(intrinsic)");
606 C->print_inlining(kit.callee(), jvms->depth() - 1, bci, msg);
1939 int depth = 0; // Limit search depth for speed local
1942 if (++depth >= 100) break;
3856 // The depth value must be a constant in order for the runtime call
3862 tty->print_cr(" Bailing out because caller depth was not a constant");
3871 // requested depth befor
[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/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp741 int depth() const; // nesting depth
928 // Perform the depth first type flow analysis. Helper for flow_types.
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1658 int depth = 0; local
1664 depth += trace_chunk_size;
1674 depth++;
1677 return depth;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp3113 void JavaThread::print_frame_layout(int depth, bool validate_only) {
3120 if (depth == frame_no) break;
3170 klassOop JavaThread::security_get_caller_class(int depth) {
3172 vfst.security_get_caller_frame(depth);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3173 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
3174 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
3267 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
3270 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
3723 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
3726 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
4217 typedef void (APIENTRYP PFNGLTEXIMAGE3DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
4218 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
4371 typedef void (APIENTRYP PFNGLTEXIMAGE4DSGISPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
4372 typedef void (APIENTRYP PFNGLTEXSUBIMAGE4DSGISPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsize
[all...]
/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/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1476 private JCBlock makeTwrBlock(List<JCTree> resources, JCBlock block, int depth) { argument
1493 depth), twrVars),
1508 depth), twrVars),
1532 JCTry outerTry = make.Try(makeTwrBlock(resources.tail, block, depth + 1),
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h610 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
618 png_byte depth; /* depth of palette samples */ member in struct:png_sPLT_struct
835 png_byte bit_depth; /* bit depth of row */
837 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1399 /* Swap bytes in 16-bit depth files. */
1404 /* Use 1 byte per pixel in 1, 2, or 4-bit depth files. */
1457 /* Scale a 16-bit depth file down to 8-bit, accurately. */
1463 /* Strip the second byte of information from a 16-bit depth file. */
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java384 // number of element (depth); and whether to record error
1169 /** Element depth: -2: validator not in pipeline; >= -1 current depth. */
1824 // increase the element depth after we've saved
2105 // set the partial validation depth to the depth of parent
2237 // decrease element depth and restore states
4220 public LocalIDKey(IdentityConstraint id, int depth) { argument
4222 fDepth = depth;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3833 MatchRule::MatchRule(ArchDesc &ad, MatchNode* mroot, int depth, char *cnstr, argument
3835 : MatchNode(ad,*mroot), _depth(depth), _construct(cnstr),
4168 fprintf(fp,"\n nesting depth = %d\n", _depth);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec416 "Can the VM get monitors with frame depth info?")
1936 "Returns monitor objects owned by the thread, along with stack depth at which "
1937 "the monitor was acquired. Returns stack depth of -1 if "
1938 "the implementation cannot determine the stack depth "
1953 (int stack_depth "Stack depth location where monitor was acquired")
2350 "depth and size constraints. "
2357 (int depth "relative call stack limit. "
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c197 gint width, gint height, gint depth);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6176 void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp363 // the loop depth of the spilling position is higher then the loop depth
494 // Compute depth-first and linear scan block orders, and number LIR_Op nodes for linear scan.
2339 assert(stack_end >= -Bytecodes::depth(code), "must have non-empty expression stack at if bytecode");
5023 // block with lower loop-depth found -> split at the end of this block

Completed in 266 milliseconds

<<111213