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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp272 bool Compilation::setup_code_buffer(CodeBuffer* code, int call_stub_estimate) { argument
280 int stub_size = (call_stub_estimate * LIR_Assembler::call_stub_size) +

Completed in 38 milliseconds