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

123456789

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp202 adr_check->dump();
311 base->dump(1);
313 this->dump(2);
314 tty->print("this->adr_type(): "); adr_type()->dump(); tty->cr();
315 tty->print("phase->type(address): "); t_adr->dump(); tty->cr();
316 tty->print("phase->type(base): "); phase->type(address)->dump(); tty->cr();
874 // standard dump does this in Verbose and WizardMode
3884 this->dump(2);
H A Dcallnode.hpp306 void dump() const { function in class:JVMState
H A Difg.cpp226 //------------------------------dump-------------------------------------------
227 void PhaseIFG::dump() const { function in class:PhaseIFG
H A Dlcm.cpp819 n->dump();
H A Dmachnode.hpp386 dump();
H A DcallGenerator.cpp144 // And dump it back to the caller, decorated with any exceptions:
212 // And dump it back to the caller, decorated with any exceptions:
1138 if (call() != NULL) call()->dump();
H A Dparse1.cpp2165 //------------------------------dump-------------------------------------------
2167 void Parse::dump() { function in class:Parse
H A Dparse2.cpp2335 map()->dump(99);
H A Dlibrary_call.cpp2266 tty->print(" from base type: "); adr_type->dump();
2267 tty->print(" sharpened value: "); tjp->dump();
H A DgraphKit.cpp796 jvms->dump();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java347 dump();
376 dump();
1466 //dump the fontconfig data tables
1467 private static void dump() { method in class:FontConfiguration
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java831 try (PrintStream dump = !optDumpBands ? null
849 if (dump != null) dump.println(index+" "+def);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java661 // Do a full dump of the nodes reachabile from root in each compiler thread.
679 c.root().dump(9999, out);
708 c.cfg().dump(out);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp986 _recent_gc_times_ms->dump();
988 _recent_prev_end_times_for_all_gcs_sec->dump();
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1371 void BCEscapeAnalyzer::dump() { function in class:BCEscapeAnalyzer::StateInfo::BCEscapeAnalyzer
1450 // dump escape information
1451 dump();
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp162 * HPROF_HEAP_DUMP denote a heap dump
164 * [heap dump sub-records]*
166 * There are four kinds of heap dump sub-records:
216 * HPROF_GC_CLASS_DUMP dump of a class object
252 * HPROF_GC_INSTANCE_DUMP dump of a normal object
261 * HPROF_GC_OBJ_ARRAY_DUMP dump of an object array
269 * HPROF_GC_PRIM_ARRAY_DUMP dump of a primitive array
299 * When the header is "JAVA PROFILE 1.0.2" a heap dump can optionally
300 * be generated as a sequence of heap dump segments. This sequence is
304 * HPROF_HEAP_DUMP_SEGMENT denote a heap dump segmen
1854 int HeapDumper::dump(const char* path) { function in class:HeapDumper
[all...]
H A Dmanagement.cpp1119 // Helper function to do thread dump for a specific list of threads
1160 // maxDepth == -1 requests to dump entire stack trace.
1227 // obtain thread dump with the specific list of threads with stack trace
1265 // locked_monitors - if true, dump locked object monitors
1266 // locked_synchronizers - if true, dump locked JSR-166 synchronizers
1287 // obtain thread dump of a specific list of threads
1296 // obtain thread dump of all threads
2129 if (dumper.dump(name) != 0) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java983 i.dump(out); // Traverse list
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp889 void ExprDict::dump() { function in class:ExprDict
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java2076 if (env.dump()) {
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DMethodExpression.java647 if (env.dump()) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java1625 super("dump-model");
1633 ((AbstractDocument) d).dump(System.err);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2404 // -Xshare:dump
2405 } else if (match_option(option, "-Xshare:dump", &tail)) {
2947 DumpSharedSpaces ? "-Xshare:dump" : "-Xshare:on");
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2700 public String dump() { method in class:XMLKit.Element

Completed in 574 milliseconds

123456789