Lines Matching refs:Check
400 void Check(bool entry, const char* fmt0, ...) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Check() function in art::ScopedCheck
896 sc.Check(true, types, ##args)
900 sc.Check(false, type, _rc); \
903 sc.Check(false, "V")
980 static void Check(const char* functionName, const void* dataBuf, bool modOkay) { in Check() function
1101 GuardedCopy::Check(__FUNCTION__, dataBuf, true); in ReleaseGuardedPACopy()
1508 GuardedCopy::Check(__FUNCTION__, chars, false); in ReleaseStringChars()
1540 GuardedCopy::Check(__FUNCTION__, utf, false); in ReleaseStringUTFChars()
1594 ResultT Check(JNIEnv* env, jarray array, jboolean* isCopy, ResultT result) { in Check() function
1608 …_ctype* result = ForceCopyGetChecker(sc, isCopy).Check(env, array, isCopy, baseEnv(env)->Get##_jna…
1733 GuardedCopy::Check(__FUNCTION__, carray, false); in ReleaseStringCritical()
2029 sc.Check(true, "v", vm); in DestroyJavaVM()
2035 sc.Check(true, "vpp", vm, p_env, thr_args); in AttachCurrentThread()
2041 sc.Check(true, "vpp", vm, p_env, thr_args); in AttachCurrentThreadAsDaemon()
2047 sc.Check(true, "v", vm); in DetachCurrentThread()
2053 sc.Check(true, "vpI", vm); in GetEnv()