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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp193 GrowableArray<CompilerThread*>* CompileBroker::_method_threads = NULL; member in class:CompileBroker
967 _method_threads =
976 _method_threads->append(new_thread);
984 _method_threads->append(new_thread);
1001 int num_threads = _method_threads->length();
1003 if (_method_threads->at(i)->task() != NULL) {
H A DcompileBroker.hpp261 static GrowableArray<CompilerThread*>* _method_threads; member in class:CompileBroker

Completed in 38 milliseconds