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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DSharedHeap.java66 return (PermGen) ctor.instantiateWrapperFor(permGenField.getValue(addr));
H A DGenerationFactory.java60 return (Generation) ctor.instantiateWrapperFor(addr);
H A DUniverse.java101 return (CollectedHeap) heapConstructor.instantiateWrapperFor(collectedHeapField.getValue());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DInstanceConstructor.java45 abstract public T instantiateWrapperFor(Address addr) throws WrongTypeException; method in class:InstanceConstructor
H A DStaticBaseConstructor.java45 public VMObject instantiateWrapperFor(Address addr) throws WrongTypeException { method in class:StaticBaseConstructor
H A DVirtualConstructor.java68 public VMObject instantiateWrapperFor(Address addr) throws WrongTypeException { method in class:VirtualConstructor
H A DVirtualBaseConstructor.java82 public VMObject instantiateWrapperFor(Address addr) throws WrongTypeException { method in class:VirtualBaseConstructor
H A DThreads.java158 JavaThread thread = (JavaThread)virtualConstructor.instantiateWrapperFor(threadAddr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciObjectFactory.java64 return (ciObject)ciObjectConstructor.instantiateWrapperFor(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DGrowableArray.java61 return (T) virtualConstructor.instantiateWrapperFor(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCache.java102 result = (CodeBlob) virtualConstructor.instantiateWrapperFor(getHeap().findStart(start));
152 return (CodeBlob) virtualConstructor.instantiateWrapperFor(codeBlobAddr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode.java83 result = (Node)virtualConstructor.instantiateWrapperFor(addr);

Completed in 61 milliseconds