Lines Matching refs:JvmtiErrorToException
61 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionEvents(&n_ext, &infos))) { in FindExtensionEvent()
89 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) { in FindExtensionMethod()
124 JvmtiErrorToException(env, jvmti_env, change_array_size(jvmti_env, arr, new_size)); in Java_art_Test1974_ResizeArray()
148 if (JvmtiErrorToException( in Java_art_Test1974_GetObjectsWithTag()
196 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(info))) { in Java_art_Test1974_StartCollectFrees()
200 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEventCallbacks(&cb, sizeof(cb)))) { in Java_art_Test1974_StartCollectFrees()
204 JvmtiErrorToException( in Java_art_Test1974_StartCollectFrees()
222 JvmtiErrorToException( in Java_art_Test1974_StartAssignObsoleteIncrementedId()
235 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetExtensionEventCallback(id, nullptr)); in Java_art_Test1974_EndAssignObsoleteIncrementedId()
240 if (JvmtiErrorToException( in Java_art_Test1974_CollectFreedTags()
247 if (JvmtiErrorToException( in Java_art_Test1974_CollectFreedTags()
253 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(nullptr))) { in Java_art_Test1974_CollectFreedTags()