Searched defs:CompileLog (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp33 // CompileLog
38 class CompileLog : public xmlStream { class in inherits:xmlStream
51 CompileLog* _next; // static chain of all logs
53 static CompileLog* _first; // head of static chain
58 CompileLog(const char* file, FILE* fp, intx thread_id);
59 ~CompileLog();
H A DcompileLog.cpp33 CompileLog* CompileLog::_first = NULL;
36 // CompileLog::CompileLog
37 CompileLog::CompileLog(const char* file, FILE* fp, intx thread_id) function in class:CompileLog
56 CompileLog::~CompileLog() {
87 void CompileLog::see_tag(const char* tag, bool push) {
94 void CompileLog
[all...]

Completed in 290 milliseconds