Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc535 bool CheckInstantiableNonArray(ScopedObjectAccess& soa, jclass jc) in CheckInstantiableNonArray() function in art::ScopedCheck
1798 if (sc.Check(soa, true, "Ec", args) && sc.CheckInstantiableNonArray(soa, c)) { in AllocObject()
1812 if (sc.Check(soa, true, "Ecm", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectV()
1835 if (sc.Check(soa, true, "Ecm", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectA()