Searched refs:withGeneric (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/ |
D | Debugger.h | 201 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric, 203 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric, 209 bool withGeneric, ExpandBuf* pReply);
|
D | Debugger.cpp | 1173 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllFields() argument 1187 if (withGeneric) { in dvmDbgOutputAllFields() 1198 if (withGeneric) { in dvmDbgOutputAllFields() 1211 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllMethods() argument 1239 if (withGeneric) in dvmDbgOutputAllMethods() 1253 if (withGeneric) in dvmDbgOutputAllMethods() 1284 bool withGeneric; member 1396 if (pContext->withGeneric) { in variableTableCb() 1410 bool withGeneric, ExpandBuf* pReply) in dvmDbgOutputVariableTable() argument 1426 context.withGeneric = withGeneric; in dvmDbgOutputVariableTable()
|