Searched refs:unboxMethod (Results 1 – 3 of 3) sorted by relevance
192 std::string unboxMethod; member210 boxingInfo.unboxMethod = "byteValue"; in getBoxingInfo()214 boxingInfo.unboxMethod = "shortValue"; in getBoxingInfo()218 boxingInfo.unboxMethod = "intValue"; in getBoxingInfo()222 boxingInfo.unboxMethod = "charValue"; in getBoxingInfo()226 boxingInfo.unboxMethod = "floatValue"; in getBoxingInfo()230 boxingInfo.unboxMethod = "booleanValue"; in getBoxingInfo()234 boxingInfo.unboxMethod = "longValue"; in getBoxingInfo()238 boxingInfo.unboxMethod = "doubleValue"; in getBoxingInfo()521 boxingInfo.unboxMethod.c_str(), returnType, {}, {0}); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()[all …]
192 std::string unboxMethod; member210 boxingInfo.unboxMethod = "byteValue"; in getBoxingInfo()214 boxingInfo.unboxMethod = "shortValue"; in getBoxingInfo()218 boxingInfo.unboxMethod = "intValue"; in getBoxingInfo()222 boxingInfo.unboxMethod = "charValue"; in getBoxingInfo()226 boxingInfo.unboxMethod = "floatValue"; in getBoxingInfo()230 boxingInfo.unboxMethod = "booleanValue"; in getBoxingInfo()234 boxingInfo.unboxMethod = "longValue"; in getBoxingInfo()238 boxingInfo.unboxMethod = "doubleValue"; in getBoxingInfo()720 boxingInfo.unboxMethod.c_str(), returnType, {}, {0}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()[all …]
652 MethodId<?, ?> unboxMethod = PRIMITIVE_TYPE_TO_UNBOX_METHOD.get(parameter.getType()); in boxIfRequired() local653 if (unboxMethod == null) { in boxIfRequired()656 code.invokeStatic(unboxMethod, temp, parameter); in boxIfRequired()