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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3309 unsigned int nonstatic_oop_count = fac.count[NONSTATIC_OOP]; local
3316 nonstatic_oop_count) != 0);
3325 THREAD, int, nonstatic_oop_count + 1);
3327 THREAD, unsigned int, nonstatic_oop_count + 1);
3334 (nonstatic_oop_count * heapOopSize);
3385 (nonstatic_oop_count * heapOopSize);
3401 (nonstatic_oop_count * heapOopSize);
3450 if( length >= heapOopSize && nonstatic_oop_count > 0 &&
3452 nonstatic_oop_count -= 1;
3472 if( nonstatic_oop_count >
[all...]

Completed in 47 milliseconds