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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp508 void Compile::init_scratch_buffer_blob(int const_size) { argument
513 if ((blob != NULL) && (const_size <= _scratch_const_size)) {
521 _scratch_const_size = const_size;

Completed in 708 milliseconds