Lines Matching refs:SetThreadLocalStorage
323 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in DeleteTestData()
402 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendClassEvent()
446 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendSingleStepAt()
482 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent()
542 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendBreakpointFor()
573 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in Java_art_SuspendEvents_clearSuspendBreakpointFor()
591 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendExceptionEvent()
636 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendMethodEvent()
686 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupFieldSuspendFor()
740 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in Java_art_SuspendEvents_clearFieldSuspendFor()
758 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupWaitForNativeCall()
771 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in Java_art_SuspendEvents_clearWaitForNativeCall()