Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h192 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId);
DDebugger.c1122 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId) in dvmDbgMatchType() argument
1124 ClassObject* instClazz = refTypeIdToClassObject(instClassId); in dvmDbgMatchType()