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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp255 static char _last_method_compiled[name_buffer_length]; member in class:CompileBroker
H A DcompileBroker.cpp145 char CompileBroker::_last_method_compiled[CompileBroker::name_buffer_length]; member in class:CompileBroker
735 _last_method_compiled[0] = '\0';
1923 strncpy(_last_method_compiled, method_name, CompileBroker::name_buffer_length);
2148 _last_method_compiled != NULL &&
2152 _osr_compilation_id, _last_compile_level, _last_method_compiled);
2155 _compilation_id, _last_compile_level, _last_method_compiled);

Completed in 36 milliseconds