Home
last modified time | relevance | path

Searched refs:dvmDbgMatchType (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.cpp479 if (!dvmDbgMatchType(basket->classId, pMod->classOnly.refTypeId)) in modsMatch()
498 !dvmDbgMatchType(basket->excepClassId, in modsMatch()
506 if (!dvmDbgMatchType(basket->classId, pMod->fieldOnly.refTypeId) || in modsMatch()
/dalvik/vm/
DDebugger.h195 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId);
DDebugger.cpp1126 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId) in dvmDbgMatchType() function