Searched refs:CheckPrimitiveArrayType (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 658 bool CheckPrimitiveArrayType(ScopedObjectAccess& soa, jarray array, Primitive::Type type) in CheckPrimitiveArrayType() function in art::ScopedCheck 3370 if (sc.Check(soa, true, "Eap", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayElements() 3420 if (sc.CheckNonNull(elems) && sc.CheckPrimitiveArrayType(soa, array, type)) { in ReleasePrimitiveArrayElements() 3478 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayRegion() 3528 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in SetPrimitiveArrayRegion()
|