Searched refs:noprims (Results 1 – 1 of 1) sorted by relevance
679 MethodType noprims = !hasPrimitives() ? this : wrapWithPrims(this); in unwrap() local680 return unwrapWithNoPrims(noprims); in unwrap()