Lines Matching defs:thread

34 validateThreadFrame(jthread thread, FrameID frame)
39 error = threadControl_suspendCount(thread, &count);
42 serror = validateFrameID(thread, frame);
53 writeVariableValue(JNIEnv *env, PacketOutputStream *out, jthread thread,
64 (gdata->jvmti, thread, fnum, slot, &value.l);
84 (gdata->jvmti, thread, fnum, slot, &intValue);
92 (gdata->jvmti, thread, fnum, slot, &intValue);
99 (gdata->jvmti, thread, fnum, slot, &value.f);
105 (gdata->jvmti, thread, fnum, slot, &value.d);
111 (gdata->jvmti, thread, fnum, slot, &value.i);
117 (gdata->jvmti, thread, fnum, slot, &value.j);
124 (gdata->jvmti, thread, fnum, slot, &intValue);
132 (gdata->jvmti, thread, fnum, slot, &intValue);
146 readVariableValue(JNIEnv *env, PacketInputStream *in, jthread thread,
157 (gdata->jvmti, thread, fnum, slot, value.l);
164 (gdata->jvmti, thread, fnum, slot, value.b);
170 (gdata->jvmti, thread, fnum, slot, value.c);
176 (gdata->jvmti, thread, fnum, slot, value.f);
182 (gdata->jvmti, thread, fnum, slot, value.d);
188 (gdata->jvmti, thread, fnum, slot, value.i);
194 (gdata->jvmti, thread, fnum, slot, value.j);
200 (gdata->jvmti, thread, fnum, slot, value.s);
206 (gdata->jvmti, thread, fnum, slot, value.z);
223 jthread thread;
229 thread = inStream_readThreadRef(env, in);
245 serror = validateThreadFrame(thread, frame);
265 serror = writeVariableValue(env, out, thread, fnum, slot, typeKey);
281 jthread thread;
287 thread = inStream_readThreadRef(env, in);
303 serror = validateThreadFrame(thread, frame);
325 serror = readVariableValue(env, in, thread, fnum, slot, typeKey);
342 jthread thread;
347 thread = inStream_readThreadRef(env, in);
360 serror = validateThreadFrame(thread, frame);
378 (gdata->jvmti, thread, fnum, &method, &location);
398 (gdata->jvmti, thread, fnum, 0, &this_object);
422 jthread thread;
426 thread = inStream_readThreadRef(getEnv(), in);
439 serror = validateThreadFrame(thread, frame);
445 if (threadControl_isDebugThread(thread)) {
451 error = threadControl_popFrames(thread, fnum);