Searched refs:compiler_thread (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp81 CompilerThread *compiler_thread = (CompilerThread *)thread;
82 if (compiler_thread->ideal_graph_printer() == NULL) {
84 compiler_thread->set_ideal_graph_printer(printer);
87 return compiler_thread->ideal_graph_printer();
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp308 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
310 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K);
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp298 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
300 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp872 CompilerThread* compiler_thread = NULL; local
894 compiler_thread = new CompilerThread(queue, counters);
907 if (compiler_thread == NULL || compiler_thread->osthread() == NULL){
912 java_lang_Thread::set_thread(thread_oop(), compiler_thread); local
933 os::set_native_priority(compiler_thread, native_prio);
937 compiler_thread->set_threadObj(thread_oop());
938 Threads::add(compiler_thread);
939 Thread::start(compiler_thread);
945 return compiler_thread;
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp885 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
887 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp654 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
656 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp400 compiler_thread, enumerator in enum:os::ThreadType
H A Dthread.cpp1545 thr_type = entry_point == &compiler_thread_entry ? os::compiler_thread :
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp748 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1203 case compiler_thread:
1226 case os::compiler_thread:
1273 (thr_type == compiler_thread && BackgroundCompilation)) ?
1323 (thr_type == pgc_thread) || (thr_type == compiler_thread && BackgroundCompilation))) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1098 case os::compiler_thread:
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp927 case os::compiler_thread:
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp537 case os::compiler_thread:

Completed in 187 milliseconds