Searched refs:CompilerThread (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciUtilities.hpp39 CompilerThread* thread=CompilerThread::current(); \
50 CompilerThread* thread=CompilerThread::current(); \
63 CompilerThread* thread=CompilerThread::current(); \
H A DciEnv.hpp61 CompileTask* _task; // faster access to CompilerThread::task
62 CompileLog* _log; // faster access to CompilerThread::log
394 static ciEnv* current() { return CompilerThread::current()->env(); }
397 static ciEnv* current(CompilerThread *thread) { return thread->env(); }
H A DciField.cpp72 CompilerThread *thread = CompilerThread::current();
H A DciEnv.cpp151 CompilerThread* current_thread = CompilerThread::current();
203 CompilerThread* current_thread = CompilerThread::current();
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.cpp32 CompilerThread* thread = CompilerThread::current();
H A DcompileBroker.hpp261 static GrowableArray<CompilerThread*>* _method_threads;
306 static CompilerThread* make_compiler_thread(const char* name, CompileQueue* queue, CompilerCounters* counters, TRAPS);
328 static void set_last_compile(CompilerThread *thread, methodHandle method, bool is_osr, int comp_level);
332 static void collect_statistics(CompilerThread* thread, elapsedTimer time, CompileTask* task);
H A DcompileBroker.cpp193 GrowableArray<CompilerThread*>* CompileBroker::_method_threads = NULL;
235 CompilerThread* thread = CompilerThread::current();
242 CompilerThread* thread = CompilerThread::current();
871 CompilerThread* CompileBroker::make_compiler_thread(const char* name, CompileQueue* queue, CompilerCounters* counters, TRAPS) {
872 CompilerThread* compiler_thread = NULL;
894 compiler_thread = new CompilerThread(queue, counters);
895 // At this point the new CompilerThread data-races with this startup
899 // newly created CompilerThread run
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompilerThread.java33 public class CompilerThread extends JavaThread { class in inherits:JavaThread
45 Type type = db.lookupType("CompilerThread");
62 public CompilerThread(Address addr) { method in class:CompilerThread
H A DThreads.java122 virtualConstructor.addMapping("CompilerThread", CompilerThread.class);
133 /** NOTE: this returns objects of type JavaThread, CompilerThread,
163 " (expected type JavaThread, CompilerThread, ServiceThread, JvmtiAgentThread, or SurrogateLockerThread)", e);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp57 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob();
95 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob();
98 CompilerThread::current()->set_buffer_blob(buffer_blob);
/openjdk7/hotspot/src/share/vm/opto/
H A Dc2compiler.cpp91 CompilerThread* thread = CompilerThread::current();
H A DidealGraphPrinter.cpp81 CompilerThread *compiler_thread = (CompilerThread *)thread;
94 CompilerThread *c = (CompilerThread *)p;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp748 class CompilerThread;
1498 inline CompilerThread* as_CompilerThread();
1739 inline CompilerThread* JavaThread::as_CompilerThread() {
1741 return (CompilerThread*)this;
1773 class CompilerThread : public JavaThread { class in inherits:JavaThread
1788 static CompilerThread* current();
1790 CompilerThread(CompileQueue* queue, CompilerCounters* counters);
1838 inline CompilerThread* CompilerThread::current() {
H A Dsweeper.cpp359 CompilerThread* _thread;
362 _thread = CompilerThread::current();
H A Dfprofiler.cpp860 CompilerThread* cthread = (CompilerThread*)tp;
863 // of the compiler task we should suspend the CompilerThread first.
H A Dthread.cpp171 // - CompilerThread
847 else if (is_Compiler_thread()) st->print("CompilerThread");
3184 // Create a CompilerThread
3185 CompilerThread::CompilerThread(CompileQueue* queue, CompilerCounters* counters)
3200 void CompilerThread::oops_do(OopClosure* f, CodeBlobClosure* cf) {
H A DvmStructs.cpp936 nonstatic_field(CompilerThread, _env, ciEnv*) \
1581 declare_type(CompilerThread, JavaThread) \
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java673 if (thread instanceof CompilerThread) {
674 CompilerThread ct = (CompilerThread)thread;
702 if (thread instanceof CompilerThread) {
703 CompilerThread ct = (CompilerThread)thread;
729 if (thread instanceof CompilerThread) {
730 CompilerThread ct = (CompilerThread)thread;
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp630 CompilerThread* t = (CompilerThread*)_thread;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js1093 vmType2Class["CompilerThread"] = sapkg.runtime.CompilerThread;

Completed in 94 milliseconds