Searched defs:print_code (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp83 StubCodeGenerator::StubCodeGenerator(CodeBuffer* code, bool print_code) { argument
86 _print_code = print_code;
H A Dfprofiler.cpp218 ((nmethod*)cb)->print_code();
250 void print_code(outputStream* st, int total_ticks) { function in class:tick_counter
307 t->print_code(st, total);
350 ticks.print_code(st, total_ticks);
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp699 print_code();
778 print_code();
972 print_code();
2134 print_code();
2441 void nmethod::print_code() { function in class:nmethod

Completed in 39 milliseconds