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

1234567891011>>

/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/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.java48 public int createPixmap(int drawable, int depth, int width, int height); argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1908 (jvmtiHeapRootKind root_kind, jlong thread_tag, jint depth, jmethodID method,
1917 (jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth,
1941 static inline bool report_jni_local_root(jlong thread_tag, jlong tid, jint depth,
1943 static inline bool report_stack_ref_root(jlong thread_tag, jlong tid, jint depth,
2025 jint depth,
2043 depth,
2156 int depth,
2190 reference_info.stack_local.depth = depth;
2437 inline bool CallbackInvoker::report_jni_local_root(jlong thread_tag, jlong tid, jint depth, jmethodI argument
2023 invoke_basic_stack_ref_callback(jvmtiHeapRootKind root_kind, jlong thread_tag, jint depth, jmethodID method, jint slot, oop obj) argument
2153 invoke_advanced_stack_ref_callback(jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
2458 report_stack_ref_root(jlong thread_tag, jlong tid, jint depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
2649 set_context(jlong thread_tag, jlong tid, jint depth, jmethodID method) argument
3116 int depth = 0; local
[all...]
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/jdk/src/share/classes/java/util/logging/
H A DLogRecord.java529 int depth = access.getStackTraceDepth(throwable);
532 for (int ix = 0; ix < depth; ix++) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp152 MatchNode *matchNode_parse(FormDict &operands, int &depth,
154 MatchNode *matchChild_parse(FormDict &operands, int &depth,
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DVDrawingArea.c224 fprintf(stdout, "VDrawingArea.Realize: visualID=%ld, depth=%d\n",
225 vd->vdrawing_area.visual->visualid, w->core.depth);
238 0, w->core.depth, InputOutput,
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStackTrace.java129 int depth) throws Exception {
137 for (int i = 0; i < depth; i++) {
128 checkStack(Thread t, String[] expectedStack, int depth) argument
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h150 void getStackTrace(jthread thread, jvmtiFrameInfo *pframes, jint depth,
153 jint depth, jvmtiStackInfo **stack_info);
H A Dhprof_util.c1109 int depth; local
1146 depth = stack_depth(class_list);
1147 for ( i = depth-1 ; i >= 0 ; i-- ) {
1625 getStackTrace(jthread thread, jvmtiFrameInfo *pframes, jint depth, jint *pcount) argument
1631 HPROF_ASSERT(depth >= 0);
1635 (gdata->jvmti, thread, 0, depth, pframes, pcount);
1643 jint depth, jvmtiStackInfo **stack_info)
1649 HPROF_ASSERT(depth >= 0);
1653 (gdata->jvmti, count, threads, depth, stack_info);
1642 getThreadListStackTraces(jint count, jthread *threads, jint depth, jvmtiStackInfo **stack_info) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp242 _depth = 1 + (caller == NULL ? 0 : caller->depth());
268 assert(0 < d && (uint)d <= depth(), "oob");
269 for (int skip = depth() - d; skip > 0; skip--) {
272 assert(jvmp->depth() == (uint)d, "found the right one");
279 if (this->depth() != that->depth()) return false;
290 assert(p != NULL && q != NULL, "depth check ensures we don't run off end");
532 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=",
533 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");
577 assert(n->depth()
[all...]
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 Dtype.cpp740 void Type::dump2( Dict &d, uint depth, outputStream *st ) const { argument
941 void TypeF::dump2( Dict &d, uint depth, outputStream *st ) const { argument
942 Type::dump2(d,depth, st);
1054 void TypeD::dump2( Dict &d, uint depth, outputStream *st ) const { argument
1055 Type::dump2(d,depth,st);
1301 void TypeInt::dump2( Dict &d, uint depth, outputStream *st ) const { argument
1580 void TypeLong::dump2( Dict &d, uint depth, outputStream *st ) const { argument
1780 void TypeTuple::dump2( Dict &d, uint depth, outputStream *st ) const { argument
1782 if( !depth || d[this] ) { // Check for recursive print
1791 _fields[i]->dump2(d, depth
1900 dump2( Dict &d, uint depth, outputStream *st ) const argument
2050 dump2(Dict &d, uint depth, outputStream *st) const argument
2211 dump2( Dict &d, uint depth, outputStream *st ) const argument
2357 dump2( Dict &d, uint depth, outputStream *st ) const argument
2776 dump2( Dict &d, uint depth, outputStream *st ) const argument
3286 dump2( Dict &d, uint depth, outputStream *st ) const argument
3664 dump2( Dict &d, uint depth, outputStream *st ) const argument
3825 dump2( Dict & d, uint depth, outputStream *st ) const argument
4154 dump2( Dict & d, uint depth, outputStream *st ) const argument
4257 dump2( Dict &d, uint depth, outputStream *st ) const argument
[all...]
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 Dparse1.cpp200 // Set initial stack depth.
391 _depth = 1 + (caller->has_method() ? caller->depth() : 0);
436 if (depth() == 1 && C->is_osr_compilation()) {
487 if (depth() == 1 && C->is_osr_compilation()) {
507 if (depth() == 1) {
553 if (DebugInlinedCalls || depth() == 1) {
1039 if (depth() == 1) {
1101 if (depth() == 1) {
1400 int inputs, depth; local
1401 bool have_se = !stopped() && compute_stack_effects(inputs, depth);
[all...]
/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/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/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp349 static void def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap);
350 static void def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code);
397 static int depth (Code code) { check(code); return _depth [code]; } function in class:Bytecodes
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java99 border_width, depth,
106 int depth;
113 static native long XCreateWindow(long display, long parent, int x,int y, int width, int height, int border_width, int depth, long wclass, long visual, long valuemask, long attributes); argument
470 static native long XCreatePixmap(long display, long drawable, int width, int height, int depth); argument
471 static native long XCreateImage(long display, long visual_ptr, int depth, int format, argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java578 int depth = 0;
587 ++depth;
590 int height = rand.nextInt(depth);
592 if (height >= depth) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElementIterator.java39 * The iteration happens in a depth-first manner. In terms of how
184 * Fetches the current depth of element tree.
186 * @return the depth.
188 public int depth() { method in class:ElementIterator
229 * a depth-first search.
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java169 SnmpOid rowOid, int depth,
168 createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java421 int depth = in.readInt();
426 st = st.traceForDepth(depth+1);
435 int depth = in.readInt();
440 st = st.traceForDepth(depth+1);
/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...]

Completed in 140 milliseconds

1234567891011>>