Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc203 ScopedLocalRef<jclass> boxed_class(env, env->FindClass(boxed_name)); in CachePrimitiveBoxingMethod() local
204 return CacheMethod(env, boxed_class.get(), true, "valueOf", in CachePrimitiveBoxingMethod()