Searched refs:methodLocation (Results 1 – 5 of 5) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | MethodImpl.c | 62 error = methodLocation(method, &firstCodeIndex, &lastCodeIndex); in lineTable()
|
D | util.h | 365 jvmtiError methodLocation(jmethodID, jlocation*, jlocation*);
|
D | eventHandler.c | 334 error = methodLocation(method, &start, &end); in deferEventReport()
|
D | threadControl.c | 582 error = methodLocation(gdata->threadResume, &resumeLocation, &unused); in threadControl_initialize()
|
D | util.c | 736 methodLocation(jmethodID method, jlocation *ploc1, jlocation *ploc2) in methodLocation() function
|