Searched defs:fnum (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/src/share/back/ |
H A D | FrameID.c | 40 createFrameID(jthread thread, FrameNumber fnum) argument 46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum;
|
H A D | standardHandlers.c | 103 FrameNumber fnum = 0; local 107 (gdata->jvmti, evinfo->thread, fnum, &method, &location);
|
H A D | StackFrameImpl.c | 54 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 D | ThreadReferenceImpl.c | 217 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 D | eventFilter.c | 343 FrameNumber fnum = 0; local 347 (gdata->jvmti, thread, fnum, &object); 351 (gdata->jvmti, thread, fnum, 0, &object);
|
H A D | threadControl.c | 594 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;
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | vm_operations.cpp | 149 int fnum = os::random() & 0x3; local 160 if (fcount++ == fnum) {
|
Completed in 638 milliseconds