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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp331 int nof_locals = method()->max_locals(); local
349 if (oop_mask.is_oop(i + nof_locals)) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2851 int nof_locals = cur_state->locals_size(); local
2852 if (nof_locals > 0) {
2853 locals = new GrowableArray<ScopeValue*>(nof_locals);
2856 while (pos < nof_locals) {
2868 nof_locals = cur_scope->method()->max_locals();
2869 locals = new GrowableArray<ScopeValue*>(nof_locals);
2870 for(int i = 0; i < nof_locals; i++) {

Completed in 48 milliseconds