Searched refs:pmethod (Results 1 – 2 of 2) sorted by relevance
37 void pmethod() override {}40 virtual void pmethod() {} in pmethod() function
91 jclass *pclazz, jmethodID *pmethod, jlocation *plocation) in getFrameLocation() argument96 *pmethod = NULL; in getFrameLocation()100 (gdata->jvmti, thread, 0, pmethod, plocation); in getFrameLocation()101 if (error == JVMTI_ERROR_NONE && *pmethod!=NULL ) { in getFrameLocation()103 error = methodClass(*pmethod, pclazz); in getFrameLocation()