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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp868 int num_exps = (method == NULL) ? 0 : jvms->stk_size(); local
882 GrowableArray<ScopeValue*> *exparray = new GrowableArray<ScopeValue*>(num_exps);
883 for( idx = 0; idx < num_exps; idx++ ) {

Completed in 37 milliseconds