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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DNarrowOopField.java33 public interface NarrowOopField extends OopField { interface in inherits:OopField
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DNarrowOopField.java30 public class NarrowOopField extends OopField { class in inherits:OopField
31 public NarrowOopField(FieldIdentifier id, long offset, boolean isVMField) { method in class:NarrowOopField
35 public NarrowOopField(sun.jvm.hotspot.types.OopField vmField, long startOffset) { method in class:NarrowOopField
39 public NarrowOopField(InstanceKlass holder, int fieldArrayIndex) { method in class:NarrowOopField

Completed in 29 milliseconds