Home
last modified time | relevance | path

Searched refs:CheckInstantiableNonArray (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/jni/
H A Dcheck_jni.cc750 bool CheckInstantiableNonArray(ScopedObjectAccess& soa, jclass jc) in CheckInstantiableNonArray() function in art::__anond4dacb000111::ScopedCheck
2198 if (sc.Check(soa, true, "Ec", args) && sc.CheckInstantiableNonArray(soa, c)) { in AllocObject()
2214 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectV()
2240 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectA()