Home
last modified time | relevance | path

Searched refs:pmethod (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmacros-original.cc37 void pmethod() override {}
40 virtual void pmethod() {} in pmethod() function
/external/oj-libjdwp/src/share/back/
DstepControl.c91 jclass *pclazz, jmethodID *pmethod, jlocation *plocation) in getFrameLocation() argument
96 *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()