Searched refs:jc (Results 1 – 2 of 2) sorted by relevance
313 bool CheckMethodAndSig(ScopedObjectAccess& soa, jobject jobj, jclass jc, in CheckMethodAndSig() argument336 mirror::Class* c = soa.Decode<mirror::Class*>(jc); in CheckMethodAndSig()617 bool CheckThrowableClass(ScopedObjectAccess& soa, jclass jc) in CheckThrowableClass() argument619 mirror::Class* c = soa.Decode<mirror::Class*>(jc); in CheckThrowableClass()648 bool CheckInstantiableNonArray(ScopedObjectAccess& soa, jclass jc) in CheckInstantiableNonArray() argument650 mirror::Class* c = soa.Decode<mirror::Class*>(jc); in CheckInstantiableNonArray()938 jclass jc = arg.c; in TracePossibleHeapValue() local939 mirror::Class* c = soa.Decode<mirror::Class*>(jc); in TracePossibleHeapValue()943 StringAppendF(msg, "INVALID POINTER:%p", jc); in TracePossibleHeapValue()949 StringAppendF(msg, " (%p)", jc); in TracePossibleHeapValue()
1791 jclass jc = env->FindClass("AllFields"); in TestFields() local1792 CHECK(jc != nullptr); in TestFields()1793 jobject o = env->AllocObject(jc); in TestFields()