Home
last modified time | relevance | path

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

/dalvik/vm/
DSync.c1700 static bool expandObjHas(const ExpandingObjectList* pList, Object* obj) in expandObjHas() function
1753 return expandObjHas(&LW_MONITOR(lock)->historyChildren, child); in objectInChildList()
1781 assert(!expandObjHas(&mon->historyChildren, child)); in linkParentToChild()
1785 assert(!expandObjHas(&mon->historyParents, parent)); in linkParentToChild()
1805 assert(!expandObjHas(&mon->historyChildren, child)); in unlinkParentFromChild()
1812 assert(!expandObjHas(&mon->historyParents, parent)); in unlinkParentFromChild()
2108 assert(!expandObjHas(&parentMon->historyChildren, obj)); in removeCollectedObject()
2125 assert(!expandObjHas(&childMon->historyParents, obj)); in removeCollectedObject()