Home
last modified time | relevance | path

Searched refs:ofMethod (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/constant/
DMethodHandleDesc.java117 static DirectMethodHandleDesc ofMethod(DirectMethodHandleDesc.Kind kind, in ofMethod() method
181 return MethodHandleDesc.ofMethod(CONSTRUCTOR, owner, ConstantDescs.DEFAULT_NAME, in ofConstructor()
DConstantDescs.java287 = MethodHandleDesc.ofMethod(Kind.VIRTUAL, CD_MethodHandle, "asType",
306 … return MethodHandleDesc.ofMethod(STATIC, owner, name, MethodTypeDesc.of(returnType, paramTypes) in ofCallsiteBootstrap()
327 … return MethodHandleDesc.ofMethod(STATIC, owner, name, MethodTypeDesc.of(returnType, paramTypes) in ofConstantBootstrap()
/libcore/ojluni/src/test/java/lang/constant/
DDynamicConstantDescTest.java149 return MethodHandleDesc.ofMethod(java.lang.constant.DirectMethodHandleDesc.Kind.STATIC, in boostrapMethodForEnumConstant()