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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaObjArray.java27 import sun.jvm.hotspot.oops.ObjArray;
34 public JSJavaObjArray(ObjArray array, JSJavaFactory fac) {
38 public final ObjArray getObjArray() {
39 return (ObjArray) getArray();
H A DJSJavaObjArrayKlass.java58 Oop obj = ((ObjArray)array).getObjAt(index);
H A DJSJavaFactoryImpl.java41 } else if (oop instanceof ObjArray) {
42 res = new JSJavaObjArray((ObjArray)oop, this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjArray.java33 // An ObjArray is an array containing oops
35 public class ObjArray extends Array { class in inherits:Array
49 ObjArray(OopHandle handle, ObjectHeap heap) { method in class:ObjArray
71 tty.print("ObjArray");
H A DInstanceKlass.java322 public ObjArray getMethods() { return (ObjArray) methods.getValue(this); }
324 public ObjArray getLocalInterfaces() { return (ObjArray) localInterfaces.getValue(this); }
325 public ObjArray getTransitiveInterfaces() { return (ObjArray) transitiveInterfaces.getValue(this); }
343 public ObjArray getSigners() { return (ObjArray) signers.getValue(this); }
516 ObjArray interfaces = getTransitiveInterfaces();
631 ObjArray interface
[all...]
H A DConstMethod.java107 ObjArray methods = ik.getMethods();
H A DObjectHeap.java383 if (klassKlass.equals(objArrayKlassKlassHandle)) return new ObjArray(handle, this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DAbstractHeapGraphWriter.java64 } else if (oop instanceof ObjArray) {
70 writeObjectArray((ObjArray)oop);
185 protected void writeObjectArray(ObjArray array) throws IOException {
222 ref instanceof ObjArray ||
370 } else if (oop instanceof ObjArray) {
H A DHeapGXLWriter.java136 protected void writeObjectArray(ObjArray array) throws IOException {
196 ObjArray interfaces = ik.getLocalInterfaces();
H A DObjectReader.java108 } else if (oop instanceof ObjArray){
109 return readObjectArray((ObjArray)oop);
216 ObjArray kvs = (ObjArray)tableField.getValue(oop);
407 public Object readObjectArray(final ObjArray array) throws ClassNotFoundException {
H A DHeapHprofBinWriter.java600 protected void writeObjectArray(ObjArray array) throws IOException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayReferenceImpl.java101 sun.jvm.hotspot.oops.ObjArray objArray = null;
104 } else if (ref() instanceof sun.jvm.hotspot.oops.ObjArray) {
105 objArray = (sun.jvm.hotspot.oops.ObjArray)ref();
H A DStackFrameImpl.java31 import sun.jvm.hotspot.oops.ObjArray;
H A DVirtualMachineImpl.java41 import sun.jvm.hotspot.oops.ObjArray;
1133 } else if (key instanceof ObjArray) {
H A DReferenceTypeImpl.java37 import sun.jvm.hotspot.oops.ObjArray;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPermStat.java262 ObjArray methods = k.getMethods();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java366 ObjArray interfaces = klass.getLocalInterfaces();
450 ObjArray methods = klass.getMethods();

Completed in 80 milliseconds