Searched refs:fnum (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DFrameID.h31 FrameID createFrameID(jthread thread, FrameNumber fnum);
H A DStackFrameImpl.c54 FrameNumber fnum, jint slot, jbyte typeKey)
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, slo
53 writeVariableValue(JNIEnv *env, PacketOutputStream *out, jthread thread, FrameNumber fnum, jint slot, jbyte typeKey) argument
146 readVariableValue(JNIEnv *env, PacketInputStream *in, jthread thread, FrameNumber fnum, jint slot, jbyte typeKey) argument
255 FrameNumber fnum; local
313 FrameNumber fnum; local
371 FrameNumber fnum; local
424 FrameNumber fnum; local
[all...]
H A DFrameID.c40 createFrameID(jthread thread, FrameNumber fnum) argument
46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum;
H A DstandardHandlers.c103 FrameNumber fnum = 0; local
107 (gdata->jvmti, evinfo->thread, fnum, &method, &location);
H A DthreadControl.h41 jvmtiError threadControl_popFrames(jthread thread, FrameNumber fnum);
H A DThreadReferenceImpl.c217 FrameNumber fnum; local
276 for(fnum = startIndex ; fnum < startIndex+length ; fnum++ ) {
286 (gdata->jvmti, thread, fnum, &method, &location);
295 frame = createFrameID(thread, fnum);
H A DthreadControl.c594 FrameNumber fnum = 0; local
597 (gdata->jvmti, resumingThread, fnum, 0, &object);
698 FrameNumber fnum; local
701 fnum = 0;
706 (gdata->jvmti, thread, fnum);
1930 threadControl_popFrames(jthread thread, FrameNumber fnum) argument
1943 popCount = fnum+1;
H A DeventFilter.c343 FrameNumber fnum = 0; local
347 (gdata->jvmti, thread, fnum, &object);
351 (gdata->jvmti, thread, fnum, 0, &object);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp149 int fnum = os::random() & 0x3; local
160 if (fcount++ == fnum) {

Completed in 51 milliseconds