Lines Matching refs:argIndex
107 jint argIndex; in createGlobalRefs() local
141 argIndex = 0; in createGlobalRefs()
145 if ( argIndex > request->argumentCount ) { in createGlobalRefs()
152 saveGlobalRef(env, argument->l, &argRefs[argIndex]); in createGlobalRefs()
153 if (argRefs[argIndex] == NULL) { in createGlobalRefs()
160 argIndex++; in createGlobalRefs()
167 if ( error == JVMTI_ERROR_NONE && argIndex != request->argumentCount ) { in createGlobalRefs()
177 argIndex = 0; in createGlobalRefs()
180 while ( argIndex < request->argumentCount ) { in createGlobalRefs()
183 argument->l = argRefs[argIndex]; in createGlobalRefs()
186 argIndex++; in createGlobalRefs()
202 for ( argIndex=0; argIndex < request->argumentCount; argIndex++ ) { in createGlobalRefs()
203 if ( argRefs[argIndex] != NULL ) { in createGlobalRefs()
204 tossGlobalRef(env, &argRefs[argIndex]); in createGlobalRefs()
246 jint argIndex = 0; in deleteGlobalArgumentRefs() local
257 while (argIndex < request->argumentCount) { in deleteGlobalArgumentRefs()
265 argIndex++; in deleteGlobalArgumentRefs()