Searched refs:CompileLog (Results 1 - 24 of 24) 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...]
H A DcompileBroker.hpp126 void log_task_start(CompileLog* log);
127 void log_task_done(CompileLog* log);
H A DcompileBroker.cpp237 CompileLog* log = thread->log();
244 CompileLog* log = thread->log();
553 void CompileTask::log_task_start(CompileLog* log) {
562 void CompileTask::log_task_done(CompileLog* log) {
1551 CompileLog* log = thread->log();
1656 CompileLog* log = new(ResourceObj::C_HEAP, mtCompiler) CompileLog(file, fp, thread_id);
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp62 CompileLog* _log; // faster access to CompilerThread::log
411 CompileLog* log() { return _log; }
412 void set_log(CompileLog* log) { _log = log; }
H A DciTypeFlow.cpp825 CompileLog* log = outer()->env()->log();
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp56 class CompileLog;
238 CompileLog* _log;
366 CompileLog* log() { return _log; }
387 static void write_dependency_to(CompileLog* log,
391 static void write_dependency_to(CompileLog* log,
H A Ddependencies.cpp416 void Dependencies::write_dependency_to(CompileLog* log,
432 void Dependencies::write_dependency_to(CompileLog* log,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp69 CompileLog* _log;
127 CompileLog* log() const { return _log; }
H A Dc1_Optimizer.cpp59 CompileLog* log = _hir->compilation()->log();
65 CompileLog* log = _hir->compilation()->log();
321 CompileLog* log = _hir->compilation()->log();
327 CompileLog* log = _hir->compilation()->log();
598 CompileLog* log = _opt->ir()->compilation()->log();
604 CompileLog* log = _opt->ir()->compilation()->log();
H A Dc1_Compilation.cpp71 CompileLog* _log;
132 CompileLog* log = this->log();
H A Dc1_GraphBuilder.cpp1685 CompileLog* log = compilation()->log();
2453 CompileLog* log = compilation()->log();
4166 CompileLog* log = compilation()->log();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp71 class CompileLog;
1779 CompileLog* _log;
1807 CompileLog* log() { return _log; }
1808 void init_log(CompileLog* log) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp106 CompileLog* _log;
298 CompileLog* _log; // from CompilerThread
646 CompileLog* log() const { return _log; }
H A DcallGenerator.cpp360 CompileLog* log = C->log();
606 CompileLog* log = kit.C->log();
859 CompileLog* log = kit.C->log();
H A DparseHelper.cpp191 CompileLog* log = C->log();
H A DdoCall.cpp92 CompileLog* log = this->log();
H A Dmacro.cpp965 CompileLog* log = C->log();
1957 CompileLog* log = C->log();
H A Dparse1.cpp432 CompileLog* log = C->log();
1363 CompileLog* log = C->log();
H A Dstringopts.cpp201 CompileLog* log = _stringopts->C->log();
H A Dchaitin.cpp473 CompileLog* log = Compile::current()->log();
H A DgraphKit.cpp1939 CompileLog* log = C->log();
H A Dloopnode.cpp1909 static void log_loop_tree(IdealLoopTree* root, IdealLoopTree* loop, CompileLog* log) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp688 CompileLog::finish_log(xs->out()); // write compile logging, if any, now
711 CompileLog::finish_log_on_error(xs->out(), buf, buflen); // write compile logging, if any, now

Completed in 2175 milliseconds