Home
last modified time | relevance | path

Searched defs:pList (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DSync.c1614 static void expandObjClear(ExpandingObjectList* pList) in expandObjClear()
1626 static inline int expandBufGetCount(const ExpandingObjectList* pList) in expandBufGetCount()
1634 static inline Object* expandBufGetEntry(const ExpandingObjectList* pList, in expandBufGetEntry()
1646 static void expandObjAddEntry(ExpandingObjectList* pList, Object* obj) in expandObjAddEntry()
1671 static bool expandObjRemoveEntry(ExpandingObjectList* pList, Object* obj) in expandObjRemoveEntry()
1700 static bool expandObjHas(const ExpandingObjectList* pList, Object* obj) in expandObjHas()
1714 static void expandObjDump(const ExpandingObjectList* pList) in expandObjDump()
1725 static int expandObjCheckForDuplicates(const ExpandingObjectList* pList) in expandObjCheckForDuplicates()
1891 ExpandingObjectList* pList = &mon->historyChildren; in traverseTree() local
2061 ExpandingObjectList* pList = &mon->historyChildren; in mergeChildren() local
[all …]
/dalvik/libdex/
DDexFile.h683 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList, in dexGetTypeItem()
690 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) { in dexTypeListGetIdx()
923 const DexAnnotationSetRefList* pList, u4 idx) in dexGetParameterAnnotationSetRef()