Home | History | Annotate | Download | only in gc

Lines Matching refs:out_value

257 static bool ReadStaticInt(JNIEnvExt* env, jclass clz, const char* name, int* out_value) {
258 CHECK(out_value != NULL);
264 *out_value = env->GetStaticIntField(clz, field);