HomeSort by relevance Sort by last modified time
    Searched refs:n_ext (Results 1 - 6 of 6) sorted by null

  /art/test/1951-monitor-enter-no-suspend/
raw_monitor.cc 49 jint n_ext = 0; local
51 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
55 for (jint i = 0; i < n_ext; i++) {
  /art/test/1957-error-ext/
lasterror.cc 61 jint n_ext; local
63 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
67 for (jint i = 0; i < n_ext; i++) {
  /art/tools/jvmti-agents/dump-jvmti-state/
dump-jvmti.cc 62 jint n_ext = 0; local
64 if (env->GetExtensionFunctions(&n_ext, &infos) != JVMTI_ERROR_NONE) {
67 for (jint i = 0; i < n_ext; i++) {
  /art/test/1940-ddms-ext/
ddm_ext.cc 151 jint n_ext = 0; local
153 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
156 for (jint i = 0; i < n_ext; i++) {
179 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionEvents(&n_ext, &events))) {
182 for (jint i = 0; i < n_ext; i++) {
  /art/test/1900-track-alloc/
alloc.cc 133 jint n_ext = 0; local
135 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
138 for (jint i = 0; i < n_ext; i++) {
  /art/test/1946-list-descriptors/
descriptors.cc 114 jint n_ext = 0; local
116 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
119 for (jint i = 0; i < n_ext; i++) {

Completed in 123 milliseconds