Searched refs:CachePrimitiveBoxingMethod (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | well_known_classes.cc | 234 static ArtMethod* CachePrimitiveBoxingMethod(ClassLinker* class_linker, in CachePrimitiveBoxingMethod() function 383 CachePrimitiveBoxingMethod(class_linker, self, 'Z', "Ljava/lang/Boolean;"); in InitFieldsAndMethodsOnly() 385 CachePrimitiveBoxingMethod(class_linker, self, 'B', "Ljava/lang/Byte;"); in InitFieldsAndMethodsOnly() 387 CachePrimitiveBoxingMethod(class_linker, self, 'C', "Ljava/lang/Character;"); in InitFieldsAndMethodsOnly() 389 CachePrimitiveBoxingMethod(class_linker, self, 'D', "Ljava/lang/Double;"); in InitFieldsAndMethodsOnly() 391 CachePrimitiveBoxingMethod(class_linker, self, 'F', "Ljava/lang/Float;"); in InitFieldsAndMethodsOnly() 393 CachePrimitiveBoxingMethod(class_linker, self, 'I', "Ljava/lang/Integer;"); in InitFieldsAndMethodsOnly() 395 CachePrimitiveBoxingMethod(class_linker, self, 'J', "Ljava/lang/Long;"); in InitFieldsAndMethodsOnly() 397 CachePrimitiveBoxingMethod(class_linker, self, 'S', "Ljava/lang/Short;"); in InitFieldsAndMethodsOnly()
|