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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java124 public OopField getOopField (String fieldName) throws WrongTypeException; method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicType.java266 public OopField getOopField(String fieldName) throws WrongTypeException { method in class:BasicType
277 return (NarrowOopField) new BasicNarrowOopField(getOopField(fieldName));

Completed in 30 milliseconds