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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DFreeList.java46 countField = type.getCIntegerField("_count");
52 private static CIntegerField countField; field in class:FreeList
66 return countField.getValue(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java53 countField = type.getCIntegerField("_count");
90 public long count() { return countField.getValue(addr); }
126 private static CIntegerField countField; field in class:ObjectMonitor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java44 private static IntField countField; field in class:OopUtilities
145 countField = (IntField) k.findField("count", "I"); // optional
151 if (offsetField != null && countField != null) {
154 countField.getValue(stringOop));

Completed in 23 milliseconds