Searched refs:classPattern (Results 1 – 3 of 3) sorted by relevance
48 char* classPattern; member52 char* classPattern; member
353 free(pEvent->mods[i].classMatch.classPattern); in dvmJdwpEventFree()354 pEvent->mods[i].classMatch.classPattern = NULL; in dvmJdwpEventFree()357 free(pEvent->mods[i].classExclude.classPattern); in dvmJdwpEventFree()358 pEvent->mods[i].classExclude.classPattern = NULL; in dvmJdwpEventFree()480 if (!patternMatch(pMod->classMatch.classPattern, in modsMatch()485 if (patternMatch(pMod->classMatch.classPattern, in modsMatch()
1656 pEvent->mods[idx].classMatch.classPattern = in handleER_Set()1668 pEvent->mods[idx].classExclude.classPattern = in handleER_Set()