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

123456789

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java115 public void dump(DataOutputStream file) throws IOException method in class:Attribute
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java93 public void dump(DataOutputStream out) throws IOException { method in class:Instruction
H A DLDC.java98 public void dump(DataOutputStream out) throws IOException { method in class:LDC
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java655 * Set the name of an optional JAR-file to dump the translet and
817 clazz.dump(
830 clazz.dump(out);
834 clazz.dump(new BufferedOutputStream(
886 clazz.dump(out); // dump() closes it's output stream
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DContext.java209 public void dump() { method in class:Context
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp118 void dump(SerializeOopClosure* soc);
340 void dump(SerializeOopClosure* soc);
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp992 void dump() const { dump("\n"); } // Print this node. function in class:Node
993 void dump(const char* suffix, outputStream *st = tty) const;// Print this node.
994 void dump(int depth) const; // Print this node, recursively to depth d
1009 void dump_in_regmask(int idx) { in_RegMask(idx).dump(); }
1010 void dump_out_regmask() { out_RegMask().dump(); }
1325 void dump() const;
1348 void dump() const;
H A Dreg_split.cpp259 use->dump();
299 def->dump(-1); tty->cr();
301 b->dump();
707 Reachblock[x]->dump();
834 n1->dump();
1173 n->dump();
1189 n->dump();
1250 b->dump();
H A Doutput.cpp151 n->dump();
422 nj->dump(3);
944 // We dump the object pool first, since deoptimization reads it in first.
1270 // Emit means "dump code bits into code buffer".
1497 n->dump();
1919 use->dump();
2011 _available[0]->dump();
2033 n->dump();
2045 _available[0]->dump();
2058 n->dump();
[all...]
H A Dsuperword.cpp420 s->dump();
429 memops.at(max_idx)->as_Mem()->dump();
1027 pk->at(0)->dump();
1045 pk->at(0)->dump();
1419 vn->dump();
1480 vn->dump();
1503 pk->dump();
1700 _data_entry.at(m)->dump();
1704 tty->print("%3d ", m); _mem_slice_head.at(m)->dump();
1705 tty->print(" "); _mem_slice_tail.at(m)->dump();
[all...]
H A Dmatcher.cpp930 n->dump();
931 m->dump();
1380 s->dump();
1564 n->dump();
1565 svec->dump();
1684 m->dump();
1686 mach->dump(1);
2198 _old2new_map.dump();
2396 //---------------------------dump----------------------------------------------
2397 void State::dump() {
[all...]
H A Dcoalesce.cpp109 if( n->_idx >= _names.Size() ) return 0; // not mapped, usual for debug dump
188 void PhaseCoalesce::dump( Node *n ) const { function in class:PhaseCoalesce
194 //------------------------------dump-------------------------------------------
195 void PhaseCoalesce::dump() const { function in class:PhaseCoalesce
211 dump( n );
217 if( n->in(k) ) dump( n->in(k) );
223 dump( n->in(k) );
864 // n_lr1->dump();
865 // n_lr2->dump();
867 // _ulr.dump();
[all...]
H A Dsplit_if.cpp110 n->dump();
129 bol->dump();
185 n->dump();
H A Descape.hpp239 void dump(bool print_state=true) const;
586 void dump(GrowableArray<PointsToNode*>& ptnodes_worklist);
H A DphaseX.hpp101 void dump(); // For debugging, dump statistics
138 void dump() const;
H A DindexSet.hpp348 void dump() const;
H A DloopPredicate.cpp348 new_entry->dump();
371 debug_only( new_entry->in(0)->dump(); )
385 debug_only( new_entry->in(0)->dump(); )
744 head->dump(1);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorRootService.java244 public boolean dumpHTTPMessages() { return HttpAdapter.dump; }
249 public void dumpHTTPMessages(final boolean x) { HttpAdapter.dump = x; }
/openjdk7/jdk/src/share/classes/sun/tools/jmap/
H A DJMap.java41 * is the -dump option to get a heap dump of a running application. All other
49 private static String DUMP_OPTION_PREFIX = "-dump:";
69 // the chosen option (-heap, -dump:*, ... )
100 // one or two parameters. For the built-in -dump option there is
110 // the parameter for the -dump option is a process-id.
140 dump(pid, option);
160 // -dump option needs to be handled in a special way
224 private static void dump(String pid, String options) throws IOException { method in class:JMap
225 // parse the options to get the dump filenam
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java74 * <li>Call one of the overloaded dump methods.
204 dump(decl,additionalAtts);
213 dump(decl,"");
216 private void dump( XSAttributeDecl decl, String additionalAtts ) { method in class:SchemaWriter
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp70 // Need to keep the list of thread dump result that
71 // keep references to methodOop since thread dump can be
98 // Support for thread dump
99 static void add_thread_dump(ThreadDumpResult* dump);
100 static void remove_thread_dump(ThreadDumpResult* dump);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java75 private static final boolean dump = false; field in class:OCSPChecker
251 if (dump) {
/openjdk7/hotspot/make/solaris/
H A Dreorder.sh92 $testjava -Xshare:dump -Xint -XX:PermSize=16m -version 2> /dev/null
94 echo "Shared file dump completed."
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp172 llvm::Value* dump();
H A DsharkRuntime.cpp187 void SharkRuntime::dump(const char *name, intptr_t value) { function in class:SharkRuntime

Completed in 353 milliseconds

123456789