Searched refs:hashMapClazz (Results 1 – 2 of 2) sorted by relevance
43 jclass hashMapClazz = NULL; member73 hashMapClazz = (jclass)env->NewGlobalRef(lhashMapClazz); in init()74 CHECK(hashMapClazz != NULL); in init()75 hashMapConstructID = env->GetMethodID(hashMapClazz, "<init>", "()V"); in init()78 hashMapClazz, in init()94 env->DeleteGlobalRef(hashMapClazz); hashMapClazz = NULL; in exit()164 fields.hashMapClazz, fields.hashMapConstructID)); in convertLabelsToMap()
220 ScopedLocalRef<jclass> hashMapClazz( in ConvertMessageToMap() local223 if (hashMapClazz.get() == NULL) { in ConvertMessageToMap()228 env->GetMethodID(hashMapClazz.get(), "<init>", "()V"); in ConvertMessageToMap()236 hashMapClazz.get(), in ConvertMessageToMap()244 jobject hashMap = env->NewObject(hashMapClazz.get(), hashMapConstructID); in ConvertMessageToMap()