Searched defs:plineno (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)
199 *plineno = lineno;
172 frame_get_location(FrameIndex index, SerialNumber *pserial_num, jmethodID *pmethod, jlocation *plocation, jint *plineno) argument
H A Dhprof_trace.c199 char **pmname, char **pmsig, char **psname, jint *plineno)
212 if ( plineno != NULL ) {
213 *plineno = -1;
219 if ( plineno != NULL ) {
220 *plineno = lineno;
197 get_frame_details(JNIEnv *env, FrameIndex frame_index, SerialNumber *frame_serial_num, char **pcsig, ClassIndex *pcnum, char **pmname, char **pmsig, char **psname, jint *plineno) argument

Completed in 290 milliseconds