Searched refs:print_code (Results 1 - 7 of 7) 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 DstubCodeGenerator.hpp104 StubCodeGenerator(CodeBuffer* code, bool print_code = false);
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);
H A Dvframe.hpp404 nm()->print_code();
H A DsharedRuntime.cpp705 nm->print_code();
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp616 void print_code();
625 void print_nmethod(bool print_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 66 milliseconds