Searched refs:trace_new_stub (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp155 void CodeBlob::trace_new_stub(CodeBlob* stub, const char* name1, const char* name2) { function in class:CodeBlob
343 trace_new_stub(stub, "RuntimeStub - ", stub_name);
408 trace_new_stub(blob, "DeoptimizationBlob");
441 trace_new_stub(blob, "UncommonTrapBlob");
477 trace_new_stub(blob, "ExceptionBlob");
512 trace_new_stub(blob, "SafepointBlob");
H A DcodeBlob.hpp186 static void trace_new_stub(CodeBlob* blob, const char* name1, const char* name2 = "");

Completed in 33 milliseconds