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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp867 int num_locs = (method == NULL) ? 0 : jvms->loc_size(); local
870 assert(method == NULL || jvms->bci() < 0 || num_locs == method->max_locals(),
876 GrowableArray<ScopeValue*> *locarray = new GrowableArray<ScopeValue*>(num_locs);
877 for( idx = 0; idx < num_locs; idx++ ) {

Completed in 29 milliseconds