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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp232 name_buffer_length = 100 enumerator in enum:CompileBroker::__anon220
255 static char _last_method_compiled[name_buffer_length];
H A DcompileBroker.cpp145 char CompileBroker::_last_method_compiled[CompileBroker::name_buffer_length];
1923 strncpy(_last_method_compiled, method_name, CompileBroker::name_buffer_length);

Completed in 41 milliseconds