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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3321 unsigned int* nonstatic_oop_counts; local
3326 nonstatic_oop_counts = NEW_RESOURCE_ARRAY_IN_THREAD(
3521 int(nonstatic_oop_counts[nonstatic_oop_map_count - 1]) *
3524 nonstatic_oop_counts[nonstatic_oop_map_count - 1] += 1;
3528 nonstatic_oop_counts [nonstatic_oop_map_count] = 1;
3691 fill_oop_maps(this_klass, nonstatic_oop_map_count, nonstatic_oop_offsets, nonstatic_oop_counts);
3823 unsigned int* nonstatic_oop_counts) {
3843 this_oop_map->set_count(this_oop_map->count() + *nonstatic_oop_counts++);
3850 this_oop_map->set_count(*nonstatic_oop_counts++);

Completed in 51 milliseconds