Searched refs:isBreakpointSet (Results 1 – 3 of 3) sorted by relevance
76 jboolean isBreakpointSet(jclass clazz, jmethodID method, jlocation location);
336 deferring = isBreakpointSet(clazz, method, start) || in deferEventReport()347 deferring = isBreakpointSet(clazz, method, location); in deferEventReport()
1080 isBreakpointSet(jclass clazz, jmethodID method, jlocation location) in isBreakpointSet() function