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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java55 constMethodSize = new CIntField(type.getCIntegerField("_constMethod_size"), 0);
90 private static CIntField constMethodSize; field in class:ConstMethod
117 return constMethodSize.getValue(this);
235 visitor.doCInt(constMethodSize, true);

Completed in 29 milliseconds