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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java98 nonstaticFieldSize = new CIntField(type.getCIntegerField("_nonstatic_field_size"), 0);
173 private static CIntField nonstaticFieldSize; field in class:InstanceKlass
455 public long getNonstaticFieldSize() { return nonstaticFieldSize.getValue(this); }
648 visitor.doCInt(nonstaticFieldSize, true);

Completed in 86 milliseconds