Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java549 MethodId<?, ?> unboxMethod = PRIMITIVE_TYPE_TO_UNBOX_METHOD.get(parameter.getType()); in boxIfRequired() local
550 if (unboxMethod == null) { in boxIfRequired()
553 code.invokeStatic(unboxMethod, temp, parameter); in boxIfRequired()