Searched refs:list_cls (Results 1 – 1 of 1) sorted by relevance
41 jclass list_cls = env->GetObjectClass(obj); in list_to_utfchars() local42 jmethodID size_method_id = env->GetMethodID(list_cls, "size", "()I"); in list_to_utfchars()49 jmethodID get_method_id = env->GetMethodID(list_cls, "get", "(I)Ljava/lang/Object;"); in list_to_utfchars()