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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3320 int* nonstatic_oop_offsets; local
3324 nonstatic_oop_offsets = NEW_RESOURCE_ARRAY_IN_THREAD(
3519 nonstatic_oop_offsets[nonstatic_oop_map_count - 1] ==
3527 nonstatic_oop_offsets[nonstatic_oop_map_count] = real_offset;
3691 fill_oop_maps(this_klass, nonstatic_oop_map_count, nonstatic_oop_offsets, nonstatic_oop_counts);
3822 int* nonstatic_oop_offsets,
3841 nonstatic_oop_offsets++;
3849 this_oop_map->set_offset(*nonstatic_oop_offsets++);

Completed in 38 milliseconds