Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc236 const char* boxed_name) in CachePrimitiveBoxingMethod() argument
238 ObjPtr<mirror::Class> boxed_class = FindSystemClass(class_linker, self, boxed_name); in CachePrimitiveBoxingMethod()
240 std::string signature = android::base::StringPrintf("(%c)%s", prim_name, boxed_name); in CachePrimitiveBoxingMethod()