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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DMethodImpl.java50 static MethodImpl createMethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, method in class:MethodImpl
H A DReferenceTypeImpl.java105 MethodImpl method = MethodImpl.createMethodImpl(vm, this, ref);
392 methods.add(MethodImpl.createMethodImpl(vm, this, (sun.jvm.hotspot.oops.Method)saMethods.get(ii)));
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java58 static MethodImpl createMethodImpl(VirtualMachine vm, method in class:MethodImpl
H A DReferenceTypeImpl.java471 Method method = MethodImpl.createMethodImpl(vm, this,
498 Method method = MethodImpl.createMethodImpl(vm, this,

Completed in 55 milliseconds