Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h201 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric,
203 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric,
209 bool withGeneric, ExpandBuf* pReply);
DDebugger.cpp1173 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()