Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DDirectMethodHandleDesc.java71 INTERFACE_SPECIAL(REF_invokeSpecial, true), enumConstant
193 case INTERFACE_SPECIAL: in isVirtualMethod()
DDirectMethodHandleDescImpl.java141INTERFACE_SPECIAL -> invocationType.dropParameterTypes(0, 1).descriptorString(); in lookupDescriptor()
163INTERFACE_SPECIAL -> lookup.findSpecial(resolvedOwner, name, invocationType.dropParameter… in resolveConstantDesc()
DMethodHandleDesc.java130 case INTERFACE_SPECIAL: in ofMethod()