Searched refs:hashMapClazz (Results 1 – 2 of 2) sorted by relevance
39 jclass hashMapClazz = NULL; member69 hashMapClazz = (jclass)env->NewGlobalRef(lhashMapClazz); in init()70 CHECK(hashMapClazz != NULL); in init()71 hashMapConstructID = env->GetMethodID(hashMapClazz, "<init>", "()V"); in init()74 hashMapClazz, in init()90 env->DeleteGlobalRef(hashMapClazz); hashMapClazz = NULL; in exit()128 fields.hashMapClazz, fields.hashMapConstructID)); in convertLabelsToMap()
281 ScopedLocalRef<jclass> hashMapClazz( in ConvertMessageToMap() local284 if (hashMapClazz.get() == NULL) { in ConvertMessageToMap()289 env->GetMethodID(hashMapClazz.get(), "<init>", "()V"); in ConvertMessageToMap()297 hashMapClazz.get(), in ConvertMessageToMap()305 jobject hashMap = env->NewObject(hashMapClazz.get(), hashMapConstructID); in ConvertMessageToMap()