Lines Matching refs:Check

535   bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)  in Check()  function in art::__anon846bc2ca0111::ScopedCheck
1565 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1597 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::__anon846bc2ca0111::GuardedCopy
1753 if (sc.Check(soa, true, "E", args)) { in GetVersion()
1756 if (sc.Check(soa, false, "I", &result)) { in GetVersion()
1768 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM()
1771 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM()
1783 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives()
1786 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives()
1798 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives()
1801 if (sc.Check(soa, false, "i", &result)) { in UnregisterNatives()
1816 if (sc.Check(soa, true, "EL", args)) { in GetObjectRefType()
1819 if (sc.Check(soa, false, "w", &result)) { in GetObjectRefType()
1832 if (sc.Check(soa, true, "EuLpz", args) && sc.CheckClassName(name)) { in DefineClass()
1835 if (sc.Check(soa, false, "c", &result)) { in DefineClass()
1847 if (sc.Check(soa, true, "Eu", args) && sc.CheckClassName(name)) { in FindClass()
1850 if (sc.Check(soa, false, "c", &result)) { in FindClass()
1862 if (sc.Check(soa, true, "Ec", args)) { in GetSuperclass()
1865 if (sc.Check(soa, false, "c", &result)) { in GetSuperclass()
1877 if (sc.Check(soa, true, "Ecc", args)) { in IsAssignableFrom()
1880 if (sc.Check(soa, false, "b", &result)) { in IsAssignableFrom()
1892 if (sc.Check(soa, true, "EL", args) && sc.CheckReflectedMethod(soa, method)) { in FromReflectedMethod()
1895 if (sc.Check(soa, false, "m", &result)) { in FromReflectedMethod()
1907 if (sc.Check(soa, true, "EL", args) && sc.CheckReflectedField(soa, field)) { in FromReflectedField()
1910 if (sc.Check(soa, false, "f", &result)) { in FromReflectedField()
1922 if (sc.Check(soa, true, "Ecmb", args)) { in ToReflectedMethod()
1925 if (sc.Check(soa, false, "L", &result) && (result.L != nullptr)) { in ToReflectedMethod()
1938 if (sc.Check(soa, true, "Ecfb", args)) { in ToReflectedField()
1941 if (sc.Check(soa, false, "L", &result) && (result.L != nullptr)) { in ToReflectedField()
1954 if (sc.Check(soa, true, "Et", args) && sc.CheckThrowable(soa, obj)) { in Throw()
1957 if (sc.Check(soa, false, "i", &result)) { in Throw()
1969 if (sc.Check(soa, true, "Ecu", args) && sc.CheckThrowableClass(soa, c)) { in ThrowNew()
1972 if (sc.Check(soa, false, "i", &result)) { in ThrowNew()
1984 if (sc.Check(soa, true, "E", args)) { in ExceptionOccurred()
1987 if (sc.Check(soa, false, "t", &result)) { in ExceptionOccurred()
1999 if (sc.Check(soa, true, "E", args)) { in ExceptionDescribe()
2003 sc.Check(soa, false, "V", &result); in ExceptionDescribe()
2012 if (sc.Check(soa, true, "E", args)) { in ExceptionClear()
2016 sc.Check(soa, false, "V", &result); in ExceptionClear()
2025 if (sc.Check(soa, true, "E", args)) { in ExceptionCheck()
2028 if (sc.Check(soa, false, "b", &result)) { in ExceptionCheck()
2043 if (sc.Check(soa, true, "Eu", args)) { in FatalError()
2048 sc.Check(soa, false, "V", &result); in FatalError()
2057 if (sc.Check(soa, true, "EI", args)) { in PushLocalFrame()
2060 if (sc.Check(soa, false, "i", &result)) { in PushLocalFrame()
2072 if (sc.Check(soa, true, "EL", args)) { in PopLocalFrame()
2075 sc.Check(soa, false, "L", &result); in PopLocalFrame()
2110 if (sc.Check(soa, true, "EI", args)) { in EnsureLocalCapacity()
2113 if (sc.Check(soa, false, "i", &result)) { in EnsureLocalCapacity()
2125 if (sc.Check(soa, true, "ELL", args)) { in IsSameObject()
2128 if (sc.Check(soa, false, "b", &result)) { in IsSameObject()
2140 if (sc.Check(soa, true, "Ec", args) && sc.CheckInstantiableNonArray(soa, c)) { in AllocObject()
2143 if (sc.Check(soa, false, "L", &result)) { in AllocObject()
2156 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectV()
2160 if (sc.Check(soa, false, "L", &result)) { in NewObjectV()
2182 if (sc.Check(soa, true, "Ecm.", args) && sc.CheckInstantiableNonArray(soa, c) && in NewObjectA()
2186 if (sc.Check(soa, false, "L", &result)) { in NewObjectA()
2198 if (sc.Check(soa, true, "EL", args)) { in GetObjectClass()
2201 if (sc.Check(soa, false, "c", &result)) { in GetObjectClass()
2213 if (sc.Check(soa, true, "ELc", args)) { in IsInstanceOf()
2216 if (sc.Check(soa, false, "b", &result)) { in IsInstanceOf()
2389 if (sc.Check(soa, true, "Epz", args)) { in CALL()
2392 if (sc.Check(soa, false, "s", &result)) { in CALL()
2404 if (sc.Check(soa, true, "Eu", args)) { in NewStringUTF()
2408 if (sc.Check(soa, false, "s", &result)) { in NewStringUTF()
2420 if (sc.Check(soa, true, "Es", args)) { in GetStringLength()
2423 if (sc.Check(soa, false, "z", &result)) { in GetStringLength()
2435 if (sc.Check(soa, true, "Es", args)) { in GetStringUTFLength()
2438 if (sc.Check(soa, false, "z", &result)) { in GetStringUTFLength()
2479 if (sc.Check(soa, true, "EsIIp", args)) { in GetStringRegion()
2483 sc.Check(soa, false, "V", &result); in GetStringRegion()
2494 if (sc.Check(soa, true, "EsIIp", args)) { in GetStringUTFRegion()
2498 sc.Check(soa, false, "V", &result); in GetStringUTFRegion()
2507 if (sc.Check(soa, true, "Ea", args)) { in GetArrayLength()
2510 if (sc.Check(soa, false, "z", &result)) { in GetArrayLength()
2524 if (sc.Check(soa, true, "EzcL", args)) { in NewObjectArray()
2528 if (sc.Check(soa, false, "a", &result)) { in NewObjectArray()
2540 if (sc.Check(soa, true, "Eaz", args)) { in GetObjectArrayElement()
2543 if (sc.Check(soa, false, "L", &result)) { in GetObjectArrayElement()
2558 if (sc.Check(soa, true, "EaIL", args)) { in SetObjectArrayElement()
2562 sc.Check(soa, false, "V", &result); in SetObjectArrayElement()
2642 if (sc.Check(soa, true, "EL", args)) { in PRIMITIVE_ARRAY_FUNCTIONS()
2648 if (sc.Check(soa, false, "i", &result)) { in PRIMITIVE_ARRAY_FUNCTIONS()
2660 if (sc.Check(soa, true, "EL", args)) { in MonitorExit()
2666 if (sc.Check(soa, false, "i", &result)) { in MonitorExit()
2678 if (sc.Check(soa, true, "Eap", args)) { in GetPrimitiveArrayCritical()
2685 if (sc.Check(soa, false, "p", &result)) { in GetPrimitiveArrayCritical()
2698 if (sc.Check(soa, true, "Eapr", args)) { in ReleasePrimitiveArrayCritical()
2705 sc.Check(soa, false, "V", &result); in ReleasePrimitiveArrayCritical()
2714 if (sc.Check(soa, true, "EpJ", args)) { in NewDirectByteBuffer()
2718 if (sc.Check(soa, false, "L", &result)) { in NewDirectByteBuffer()
2730 if (sc.Check(soa, true, "EL", args)) { in GetDirectBufferAddress()
2735 if (sc.Check(soa, false, "p", &result)) { in GetDirectBufferAddress()
2747 if (sc.Check(soa, true, "EL", args)) { in GetDirectBufferCapacity()
2752 if (sc.Check(soa, false, "J", &result)) { in GetDirectBufferCapacity()
2773 if (sc.Check(soa, true, "EL", args)) { in NewRef()
2788 if (sc.Check(soa, false, "L", &result)) { in NewRef()
2802 sc.Check(soa, true, "EL", args); in DeleteRef()
2819 sc.Check(soa, false, "V", &result); in DeleteRef()
2829 if (sc.Check(soa, true, "Ecuu", args)) { in GetMethodIDInternal()
2836 if (sc.Check(soa, false, "m", &result)) { in GetMethodIDInternal()
2849 if (sc.Check(soa, true, "Ecuu", args)) { in GetFieldIDInternal()
2856 if (sc.Check(soa, false, "f", &result)) { in GetFieldIDInternal()
2870 if (sc.Check(soa, true, is_static ? "Ecf" : "ELf", args) && in GetField()
2950 if (sc.Check(soa, false, result_check, &result)) { in GetField()
2966 if (sc.Check(soa, true, sig, args) && in SetField()
3038 sc.Check(soa, false, "V", &result); in SetField()
3050 checked = sc.Check(soa, true, "ELm.", args); in CheckCallArgs()
3055 checked = sc.Check(soa, true, "ELcm.", args); in CheckCallArgs()
3061 checked = sc.Check(soa, true, "Ecm.", args); in CheckCallArgs()
3249 if (sc.Check(soa, false, result_check, &result)) { in CallMethodA()
3434 if (sc.Check(soa, false, result_check, &result)) { in CallMethodV()
3449 if (sc.Check(soa, true, "Esp", args)) { in GetStringCharsInternal()
3476 if (sc.Check(soa, false, utf ? "u" : "p", &result)) { in GetStringCharsInternal()
3493 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3499 if (sc.Check(soa, true, utf ? "Esu" : "Esp", args)) { in ReleaseStringCharsInternal()
3511 sc.Check(soa, false, "V", &result); in ReleaseStringCharsInternal()
3522 if (sc.Check(soa, true, "Ez", args)) { in NewPrimitiveArray()
3552 if (sc.Check(soa, false, "a", &result)) { in NewPrimitiveArray()
3565 if (sc.Check(soa, true, "Eap", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayElements()
3604 if (sc.Check(soa, false, "p", &result)) { in GetPrimitiveArrayElements()
3622 if (sc.Check(soa, true, "Eapr", args)) { in ReleasePrimitiveArrayElements()
3661 sc.Check(soa, false, "V", &result); in ReleasePrimitiveArrayElements()
3675 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in GetPrimitiveArrayRegion()
3714 sc.Check(soa, false, "V", &result); in GetPrimitiveArrayRegion()
3726 if (sc.Check(soa, true, "EaIIp", args) && sc.CheckPrimitiveArrayType(soa, array, type)) { in SetPrimitiveArrayRegion()
3765 sc.Check(soa, false, "V", &result); in SetPrimitiveArrayRegion()