Searched refs:dump (Results 151 - 175 of 224) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp237 void AbsSeq::dump() { dump_on(gclog_or_tty); } function in class:AbsSeq
/openjdk7/hotspot/test/
H A DMakefile214 $(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -Xshare:dump
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassDump.java39 public static void dump(Options opt, method in class:ClassDump
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java309 if (env.dump()) {
H A DMain.java651 if (env.nerrors == 0 || env.dump()) {
657 if (env.nerrors == 0 || env.dump()) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java1238 * Gives a diagnostic dump.
1242 public void dump(PrintStream out) { method in class:AbstractDocument
1245 ((AbstractElement)root).dump(out, 0);
1247 bidiRoot.dump(out,0);
1793 public void dump(PrintStream psOut, int indentAmount) { method in class:AbstractDocument.AbstractElement
1809 // dump the attributes
1838 e.dump(psOut, indentAmount+1);
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp576 tty->print("t = "); t->dump(); tty->cr();
577 tty->print("this= "); dump(); tty->cr();
578 tty->print("mt=(t meet this)= "); mt->dump(); tty->cr();
580 tty->print("t_dual= "); t->_dual->dump(); tty->cr();
581 tty->print("this_dual= "); _dual->dump(); tty->cr();
582 tty->print("mt_dual= "); mt->_dual->dump(); tty->cr();
584 tty->print("mt_dual meet t_dual= "); t2t ->dump(); tty->cr();
585 tty->print("mt_dual meet this_dual= "); t2this ->dump(); tty->cr();
744 //------------------------------dump-------------------------------------------
808 dump();
[all...]
H A DbuildOopMap.cpp377 def->dump();
378 n->dump();
H A Dcfgnode.cpp1036 tty->print("merge type: "); t->dump(); tty->cr();
1037 tty->print("kill type: "); _type->dump(); tty->cr();
1038 tty->print("join type: "); jt->dump(); tty->cr();
1039 tty->print("filter type: "); ft->dump(); tty->cr();
1675 r->dump(3);
1676 this->dump(3);
1677 ident->dump();
1678 uin->dump();
H A Dmachnode.cpp132 dump();
557 case fat_proj: st->print("/fat"); if (WizardMode) _rout.dump(); break;
H A Dmacro.cpp453 val->dump();
659 alloc->dump();
661 res->dump();
665 alloc->dump();
667 res->dump();
671 disq_node->dump();
817 alloc->dump();
819 res->dump();
H A Dloopnode.hpp490 void dump() const; // Dump this loop recursively
1070 void dump( ) const;
1071 void dump( IdealLoopTree *loop, uint rpo_idx, Node_List &rpo_list ) const;
H A DloopTransform.cpp1882 bol->dump(2);
2473 if (msg_node != NULL) msg_node->dump();
2542 if (msg_node != NULL) msg_node->dump();
2591 // lpt->_body.dump();
2602 if (msg_node != NULL) msg_node->dump();
2606 store->dump();
2608 lpt->_body.dump();
2735 alloc->dump();
2736 head->init_trip()->dump();
2737 head->limit()->dump();
[all...]
H A Dloopopts.cpp615 inp->dump();
629 bol->in(1)->dump(1);
630 cmov->dump(1);
2419 tt->dump();
2491 if (TracePartialPeeling) n->dump();
2703 tt->dump();
H A Dcallnode.cpp117 // Verbose and WizardMode dump bottom_type for all nodes
527 ex->dump(1);
530 _map->dump(2);
549 // Extra way to dump a jvms from the debugger,
552 jvms->dump();
1619 lock->dump(1);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp140 if (u->verbose_bands || u->verbose >= 4) dump();
156 void band::dump() { function in class:band
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java132 private static final boolean dump = DEBUG.isOn("ocsp"); field in class:OCSPResponse
189 if (dump) {
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java588 if (env.nerrors == 0 || env.dump()) {
595 if (env.nerrors == 0 || env.dump()) {
/openjdk7/jdk/make/common/shared/
H A DDefs-utils.gmk109 DUMP = $(UTILS_CCS_BIN_PATH)dump
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java1236 dump(out, obj, refType, refType);
1245 private void dump(OutputSink out, method in class:CommandInterpreter
1260 dump(out, obj, sup, refTypeBase);
1264 dump(out, obj, sup, refTypeBase);
1279 out.println("where [thread id] | all -- dump a thread's stack");
1280 out.println("wherei [thread id] | all -- dump a thread's stack, with pc info");
1284 out.println("dump <expression> -- print all object information\n");
1352 } else if (cmd.equals("dump")) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp261 function->dump();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForest.java368 public void dump(OutputStream out) throws IOException { method in class:DOMForest
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java135 doc.dump(System.out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java482 dump(decl, additionalAtts);
499 dump(decl, "");
508 private void dump(XSAttributeDecl decl, String additionalAtts) { method in class:SchemaTreeTraverser
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1221 if (debugCode) state.dump(pc);
1617 dump();
1769 void dump() { method in class:Code.State
1770 dump(-1);
1773 void dump(int pc) { method in class:Code.State

Completed in 179 milliseconds

123456789