Searched refs:CheckInstantiableNonArray (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 656 bool CheckInstantiableNonArray(ScopedObjectAccess& soa, jclass jc) in CheckInstantiableNonArray() function in art::ScopedCheck 1994 if (sc.Check(soa, true, "Ec", args) && sc.CheckInstantiableNonArray(soa, c)) { in AllocObject() 2009 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectV() 2033 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectA()
|