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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp273 size_t est_size = 100; local
277 est_size += deps->length()*2; // tags and argument(s)
279 return est_size;
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1749 int est_size = (int)call->size(); local
1750 if (est_size > (room_to_grow - amount_grown)) {
1757 amount_grown += est_size;
1758 amount_to_grow -= est_size;

Completed in 45 milliseconds