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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3270 int next_nonstatic_oop_offset; local
3383 next_nonstatic_oop_offset = next_nonstatic_field_offset;
3384 next_nonstatic_double_offset = next_nonstatic_oop_offset +
3399 next_nonstatic_oop_offset = next_nonstatic_field_offset;
3400 next_nonstatic_double_offset = next_nonstatic_oop_offset +
3471 next_nonstatic_oop_offset = next_nonstatic_byte_offset + nonstatic_byte_count;
3473 next_nonstatic_oop_offset = align_size_up(next_nonstatic_oop_offset, heapOopSize);
3475 notaligned_offset = next_nonstatic_oop_offset + (nonstatic_oop_count * heapOopSize);
3514 real_offset = next_nonstatic_oop_offset;
[all...]

Completed in 47 milliseconds