Lines Matching refs:Check

345   bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)  in Check()  function in art::ScopedCheck
1252 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1284 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::GuardedCopy
1435 if (sc.Check(soa, true, "E", args)) { in GetVersion()
1438 if (sc.Check(soa, false, "I", &result)) { in GetVersion()
1449 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM()
1452 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM()
1463 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives()
1466 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives()
1477 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives()
1480 if (sc.Check(soa, false, "i", &result)) { in UnregisterNatives()
1494 if (sc.Check(soa, true, "EL", args)) { in GetObjectRefType()
1497 if (sc.Check(soa, false, "w", &result)) { in GetObjectRefType()
1509 if (sc.Check(soa, true, "EuLpz", args) && sc.CheckClassName(name)) { in DefineClass()
1512 if (sc.Check(soa, false, "c", &result)) { in DefineClass()
1523 if (sc.Check(soa, true, "Eu", args) && sc.CheckClassName(name)) { in FindClass()
1526 if (sc.Check(soa, false, "c", &result)) { in FindClass()
1537 if (sc.Check(soa, true, "Ec", args)) { in GetSuperclass()
1540 if (sc.Check(soa, false, "c", &result)) { in GetSuperclass()
1551 if (sc.Check(soa, true, "Ecc", args)) { in IsAssignableFrom()
1554 if (sc.Check(soa, false, "b", &result)) { in IsAssignableFrom()
1565 if (sc.Check(soa, true, "EL", args) && sc.CheckReflectedMethod(soa, method)) { in FromReflectedMethod()
1568 if (sc.Check(soa, false, "m", &result)) { in FromReflectedMethod()
1579 if (sc.Check(soa, true, "EL", args) && sc.CheckReflectedField(soa, field)) { in FromReflectedField()
1582 if (sc.Check(soa, false, "f", &result)) { in FromReflectedField()
1593 if (sc.Check(soa, true, "Ecmb", args)) { in ToReflectedMethod()
1596 if (sc.Check(soa, false, "L", &result) && (result.L != nullptr)) { in ToReflectedMethod()
1608 if (sc.Check(soa, true, "Ecfb", args)) { in ToReflectedField()
1611 if (sc.Check(soa, false, "L", &result) && (result.L != nullptr)) { in ToReflectedField()
1623 if (sc.Check(soa, true, "Et", args) && sc.CheckThrowable(soa, obj)) { in Throw()
1626 if (sc.Check(soa, false, "i", &result)) { in Throw()
1637 if (sc.Check(soa, true, "Ecu", args) && sc.CheckThrowableClass(soa, c)) { in ThrowNew()
1640 if (sc.Check(soa, false, "i", &result)) { in ThrowNew()
1651 if (sc.Check(soa, true, "E", args)) { in ExceptionOccurred()
1654 if (sc.Check(soa, false, "t", &result)) { in ExceptionOccurred()
1665 if (sc.Check(soa, true, "E", args)) { in ExceptionDescribe()
1669 sc.Check(soa, false, "V", &result); in ExceptionDescribe()
1677 if (sc.Check(soa, true, "E", args)) { in ExceptionClear()
1681 sc.Check(soa, false, "V", &result); in ExceptionClear()
1689 if (sc.Check(soa, true, "E", args)) { in ExceptionCheck()
1692 if (sc.Check(soa, false, "b", &result)) { in ExceptionCheck()
1706 if (sc.Check(soa, true, "Eu", args)) { in FatalError()
1711 sc.Check(soa, false, "V", &result); in FatalError()
1719 if (sc.Check(soa, true, "EI", args)) { in PushLocalFrame()
1722 if (sc.Check(soa, false, "i", &result)) { in PushLocalFrame()
1733 if (sc.Check(soa, true, "EL", args)) { in PopLocalFrame()
1736 sc.Check(soa, false, "L", &result); in PopLocalFrame()
1770 if (sc.Check(soa, true, "EI", args)) { in EnsureLocalCapacity()
1773 if (sc.Check(soa, false, "i", &result)) { in EnsureLocalCapacity()
1784 if (sc.Check(soa, true, "ELL", args)) { in IsSameObject()
1787 if (sc.Check(soa, false, "b", &result)) { in IsSameObject()
1798 if (sc.Check(soa, true, "Ec", args) && sc.CheckInstantiableNonArray(soa, c)) { in AllocObject()
1801 if (sc.Check(soa, false, "L", &result)) { in AllocObject()
1812 if (sc.Check(soa, true, "Ecm", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectV()
1816 if (sc.Check(soa, false, "L", &result)) { in NewObjectV()
1835 if (sc.Check(soa, true, "Ecm", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectA()
1839 if (sc.Check(soa, false, "L", &result)) { in NewObjectA()
1850 if (sc.Check(soa, true, "EL", args)) { in GetObjectClass()
1853 if (sc.Check(soa, false, "c", &result)) { in GetObjectClass()
1864 if (sc.Check(soa, true, "ELc", args)) { in IsInstanceOf()
1867 if (sc.Check(soa, false, "b", &result)) { in IsInstanceOf()
2039 if (sc.Check(soa, true, "Epz", args)) { in CALL()
2042 if (sc.Check(soa, false, "s", &result)) { in CALL()
2053 if (sc.Check(soa, true, "Eu", args)) { in NewStringUTF()
2057 if (sc.Check(soa, false, "s", &result)) { in NewStringUTF()
2068 if (sc.Check(soa, true, "Es", args)) { in GetStringLength()
2071 if (sc.Check(soa, false, "z", &result)) { in GetStringLength()
2082 if (sc.Check(soa, true, "Es", args)) { in GetStringUTFLength()
2085 if (sc.Check(soa, false, "z", &result)) { in GetStringUTFLength()
2125 if (sc.Check(soa, true, "EsIIp", args)) { in GetStringRegion()
2129 sc.Check(soa, false, "V", &result); in GetStringRegion()
2139 if (sc.Check(soa, true, "EsIIp", args)) { in GetStringUTFRegion()
2143 sc.Check(soa, false, "V", &result); in GetStringUTFRegion()
2151 if (sc.Check(soa, true, "Ea", args)) { in GetArrayLength()
2154 if (sc.Check(soa, false, "z", &result)) { in GetArrayLength()
2167 if (sc.Check(soa, true, "EzcL", args)) { in NewObjectArray()
2171 if (sc.Check(soa, false, "a", &result)) { in NewObjectArray()
2182 if (sc.Check(soa, true, "Eaz", args)) { in GetObjectArrayElement()
2185 if (sc.Check(soa, false, "L", &result)) { in GetObjectArrayElement()
2199 if (sc.Check(soa, true, "EaIL", args)) { in SetObjectArrayElement()
2203 sc.Check(soa, false, "V", &result); in SetObjectArrayElement()
2281 if (sc.Check(soa, true, "EL", args)) { in PRIMITIVE_ARRAY_FUNCTIONS()
2284 if (sc.Check(soa, false, "i", &result)) { in PRIMITIVE_ARRAY_FUNCTIONS()
2295 if (sc.Check(soa, true, "EL", args)) { in MonitorExit()
2298 if (sc.Check(soa, false, "i", &result)) { in MonitorExit()
2309 if (sc.Check(soa, true, "Eap", args)) { in GetPrimitiveArrayCritical()
2316 if (sc.Check(soa, false, "p", &result)) { in GetPrimitiveArrayCritical()
2328 if (sc.Check(soa, true, "Eapr", args)) { in ReleasePrimitiveArrayCritical()
2335 sc.Check(soa, false, "V", &result); in ReleasePrimitiveArrayCritical()
2343 if (sc.Check(soa, true, "EpJ", args)) { in NewDirectByteBuffer()
2347 if (sc.Check(soa, false, "L", &result)) { in NewDirectByteBuffer()
2358 if (sc.Check(soa, true, "EL", args)) { in GetDirectBufferAddress()
2363 if (sc.Check(soa, false, "p", &result)) { in GetDirectBufferAddress()
2374 if (sc.Check(soa, true, "EL", args)) { in GetDirectBufferCapacity()
2379 if (sc.Check(soa, false, "J", &result)) { in GetDirectBufferCapacity()
2399 if (sc.Check(soa, true, "EL", args)) { in NewRef()
2414 if (sc.Check(soa, false, "L", &result)) { in NewRef()
2427 sc.Check(soa, true, "EL", args); in DeleteRef()
2444 sc.Check(soa, false, "V", &result); in DeleteRef()
2453 if (sc.Check(soa, true, "Ecuu", args)) { in GetMethodIDInternal()
2460 if (sc.Check(soa, false, "m", &result)) { in GetMethodIDInternal()
2472 if (sc.Check(soa, true, "Ecuu", args)) { in GetFieldIDInternal()
2479 if (sc.Check(soa, false, "f", &result)) { in GetFieldIDInternal()
2492 if (sc.Check(soa, true, is_static ? "Ecf" : "ELf", args) && in GetField()
2572 if (sc.Check(soa, false, result_check, &result)) { in GetField()
2587 if (sc.Check(soa, true, sig, args) && in SetField()
2659 sc.Check(soa, false, "V", &result); in SetField()
2671 checked = sc.Check(soa, true, "ELm", args); in CheckCallArgs()
2676 checked = sc.Check(soa, true, "ELcm", args); in CheckCallArgs()
2682 checked = sc.Check(soa, true, "Ecm", args); in CheckCallArgs()
2868 if (sc.Check(soa, false, result_check, &result)) { in CallMethodA()
3051 if (sc.Check(soa, false, result_check, &result)) { in CallMethodV()
3065 if (sc.Check(soa, true, "Esp", args)) { in GetStringCharsInternal()
3092 if (sc.Check(soa, false, utf ? "u" : "p", &result)) { in GetStringCharsInternal()
3108 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3114 if (sc.Check(soa, true, utf ? "Esu" : "Esp", args)) { in ReleaseStringCharsInternal()
3126 sc.Check(soa, false, "V", &result); in ReleaseStringCharsInternal()
3136 if (sc.Check(soa, true, "Ez", args)) { in NewPrimitiveArray()
3166 if (sc.Check(soa, false, "a", &result)) { in NewPrimitiveArray()
3178 if (sc.Check(soa, true, "Eap", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayElements()
3217 if (sc.Check(soa, false, "p", &result)) { in GetPrimitiveArrayElements()
3234 if (sc.Check(soa, true, "Eapr", args)) { in ReleasePrimitiveArrayElements()
3273 sc.Check(soa, false, "V", &result); in ReleasePrimitiveArrayElements()
3286 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayRegion()
3325 sc.Check(soa, false, "V", &result); in GetPrimitiveArrayRegion()
3336 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in SetPrimitiveArrayRegion()
3375 sc.Check(soa, false, "V", &result); in SetPrimitiveArrayRegion()