Searched refs:dump (Results 176 - 200 of 224) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp373 //---------------------------- IndexSet::dump() -----------------------------
377 void IndexSet::dump() const { function in class:IndexSet
H A Dparse.hpp604 void dump();
H A Dpostaloc.cpp131 orig_old->dump();
133 old->dump();
H A DparseHelper.cpp291 // Debug dump of the mapping from address types to MergeMemNode indices.
301 mem->in(i)->dump();
H A Difnode.cpp133 u->dump(2);
140 //u->dump(2);
185 v->dump(2);
192 v->dump(2);
537 DEBUG_ONLY( if( !bol->is_Bool() ) { proj->dump(3); fatal("Expect projection-->IfNode-->BoolNode"); } )
990 tty->print(" Removing IfNode: "); this->dump();
H A Dtype.hpp292 void dump() const { function in class:Type
925 this->dump(); tty->cr();
H A Dcompile.cpp828 root()->dump(9999);
1180 useful.at(i)->dump();
2099 // In debug mode can dump m._nodes.dump() for mapping of ideal to machine
2110 // In debug mode can dump m._nodes.dump() for mapping of ideal to machine
2205 tty->print("# "); _tf->dump(); tty->cr();
2245 if (WizardMode) n->dump();
2272 if (WizardMode) delay->dump();
2302 } // End of per-block dump
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java944 MessageOutput.println("stack frame dump with pc",
951 MessageOutput.println("stack frame dump",
1606 private void dump(ObjectReference obj, ReferenceType refType, method in class:Commands
1623 dump(obj, sup, refTypeBase);
1627 dump(obj, sup, refTypeBase);
1664 dump(obj, refType, refType);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp236 void dump();
H A DcodeBuffer.cpp889 void CodeSection::dump() { function in class:CodeSection
1046 // dump contents of each section
1052 cs->dump();
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp114 // Raises a SIGBREAK signal so that VM dump threads, does deadlock detection,
177 // arg0: Name of the dump file
182 out->print_cr("No dump file specified");
194 // Request a full GC before heap dump if live_objects_only = true
195 // This helps reduces the amount of unreachable objects in the dump
198 int res = dumper.dump(op->arg(0));
200 out->print_cr("Heap dump file created");
202 // heap dump failed
H A DdiagnosticCommand.cpp255 _filename("filename","Name of the dump file", "STRING",true),
263 // Request a full GC before heap dump if _all is false
264 // This helps reduces the amount of unreachable objects in the dump
267 int res = dumper.dump(_filename.value());
269 output()->print_cr("Heap dump file created");
271 // heap dump failed
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DDriver.java274 // dump DOM forest and quit
278 forest.dump(System.out);
420 // dump the signature of the generated code
423 // dump DOMForest
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java449 public void dump(Result out) { method in class:Model
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java562 public void dump( OutputStream out ) throws IOException { method in class:DOMForest
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h122 void dump();
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DMemberDefinition.java997 if (value != Statement.empty && env.dump()) {
H A DEnvironment.java809 public final boolean dump() { method in class:Environment
988 * Enable diagnostic dump of class modifier bits, including those
994 (System.getProperty("javac.dump.modifiers") != null);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp136 // This should never happen with -Xshare:dump but it might in testing mode.
450 void SymbolTable::dump(outputStream* st) { function in class:SymbolTable
842 void StringTable::dump(outputStream* st) { function in class:StringTable
865 // This should never happen with -Xshare:dump but it might in testing mode.
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java926 try (PrintStream dump = !optDumpBands ? null
948 if (dump != null) {
950 dump.println(index+" "+def);
1531 // Just dump the byte into the bipush pile
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java113 private static final int dump = 0; // > 0 r, > 1 rw field in class:Connection
909 if (dump > 0) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp181 if( AD._dfa_debug >= 1 ) { // For higher debug settings, print dump
182 AD.dump();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeInfoSetImpl.java66 * Members are annotated with JAXB annotations so that we can dump it easily.
386 public void dump( Result out ) throws JAXBException { method in class:TypeInfoSetImpl
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java120 void dump(File outDir, String filename) throws IOException { method in class:Inject.IndexedInjector
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNewInstanceExpression.java387 if (env.dump()) {

Completed in 141 milliseconds

123456789