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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp270 methodHandle hot_method,
294 if (hot_method.not_null()) {
295 if (hot_method == method) {
298 _hot_method = JNIHandles::make_global(hot_method);
1021 methodHandle hot_method,
1044 if (!hot_method.is_null()) {
1046 if (hot_method() != method()) {
1047 hot_method->print_short_name(tty);
1170 hot_method, hot_count, comment,
1182 methodHandle hot_method, in
266 initialize(int compile_id, methodHandle method, int osr_bci, int comp_level, methodHandle hot_method, int hot_count, const char* comment, bool is_blocking) argument
1018 compile_method_base(methodHandle method, int osr_bci, int comp_level, methodHandle hot_method, int hot_count, const char* comment, Thread* thread) argument
1180 compile_method(methodHandle method, int osr_bci, int comp_level, methodHandle hot_method, int hot_count, const char* comment, Thread* THREAD) argument
1440 create_compile_task(CompileQueue* queue, int compile_id, methodHandle method, int osr_bci, int comp_level, methodHandle hot_method, int hot_count, const char* comment, bool blocking) argument
[all...]

Completed in 35 milliseconds