Searched refs:CachePrimitiveBoxingMethod (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 233 static ArtMethod* CachePrimitiveBoxingMethod(ClassLinker* class_linker, in CachePrimitiveBoxingMethod() function 382 CachePrimitiveBoxingMethod(class_linker, self, 'Z', "Ljava/lang/Boolean;"); in InitFieldsAndMethodsOnly() 384 CachePrimitiveBoxingMethod(class_linker, self, 'B', "Ljava/lang/Byte;"); in InitFieldsAndMethodsOnly() 386 CachePrimitiveBoxingMethod(class_linker, self, 'C', "Ljava/lang/Character;"); in InitFieldsAndMethodsOnly() 388 CachePrimitiveBoxingMethod(class_linker, self, 'D', "Ljava/lang/Double;"); in InitFieldsAndMethodsOnly() 390 CachePrimitiveBoxingMethod(class_linker, self, 'F', "Ljava/lang/Float;"); in InitFieldsAndMethodsOnly() 392 CachePrimitiveBoxingMethod(class_linker, self, 'I', "Ljava/lang/Integer;"); in InitFieldsAndMethodsOnly() 394 CachePrimitiveBoxingMethod(class_linker, self, 'J', "Ljava/lang/Long;"); in InitFieldsAndMethodsOnly() 396 CachePrimitiveBoxingMethod(class_linker, self, 'S', "Ljava/lang/Short;"); in InitFieldsAndMethodsOnly()
|