Searched refs:boxed_class (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 238 ObjPtr<mirror::Class> boxed_class = FindSystemClass(class_linker, self, boxed_name); in CachePrimitiveBoxingMethod() local 241 return CacheMethod(boxed_class, /*is_static=*/ true, "valueOf", signature.c_str(), pointer_size); in CachePrimitiveBoxingMethod() 249 ObjPtr<mirror::Class> boxed_class = FindSystemClass(class_linker, self, class_name); in CacheBoxingCacheField() local 250 return CacheField(boxed_class, /*is_static=*/ true, "cache", cache_type); in CacheBoxingCacheField() 258 ObjPtr<mirror::Class> boxed_class = FindSystemClass(class_linker, self, class_name); in CacheValueInBoxField() local 259 return CacheField(boxed_class, /*is_static=*/ false, "value", cache_type); in CacheValueInBoxField()
|