Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc192 static jmethodID CachePrimitiveBoxingMethod(JNIEnv* env, char prim_name, const char* boxed_name) { in CachePrimitiveBoxingMethod() argument
193 ScopedLocalRef<jclass> boxed_class(env, env->FindClass(boxed_name)); in CachePrimitiveBoxingMethod()
195 android::base::StringPrintf("(%c)L%s;", prim_name, boxed_name).c_str()); in CachePrimitiveBoxingMethod()