Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java679 MethodType noprims = !hasPrimitives() ? this : wrapWithPrims(this); in unwrap() local
680 return unwrapWithNoPrims(noprims); in unwrap()