Searched refs:wrapWithPrims (Results 1 – 1 of 1) sorted by relevance
668 return hasPrimitives() ? wrapWithPrims(this) : this; in wrap()679 MethodType noprims = !hasPrimitives() ? this : wrapWithPrims(this); in unwrap()683 private static MethodType wrapWithPrims(MethodType pt) { in wrapWithPrims() method in MethodType