Searched defs:plocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.c173 jmethodID *pmethod, jlocation *plocation, jint *plineno)
181 *plocation = pkey->location;
172 frame_get_location(FrameIndex index, SerialNumber *pserial_num, jmethodID *pmethod, jlocation *plocation, jint *plineno) argument
/openjdk7/jdk/src/share/back/
H A DstepControl.c91 jclass *pclazz, jmethodID *pmethod, jlocation *plocation)
97 *plocation = -1;
100 (gdata->jvmti, thread, 0, pmethod, plocation);
90 getFrameLocation(jthread thread, jclass *pclazz, jmethodID *pmethod, jlocation *plocation) argument

Completed in 32 milliseconds