Home | History | Annotate | Download | only in alloc

Lines Matching full:void

46     const void *finger;   // only used while scanning/recursing.
50 void dvmHeapMarkRootSet(void);
51 void dvmHeapReMarkRootSet(void);
52 void dvmHeapScanMarkedObjects(void);
53 void dvmHeapReScanMarkedObjects(void);
54 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs,
58 void dvmHeapFinishMarkStep(void);
59 void dvmHeapSweepSystemWeaks(void);
60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
62 void dvmEnqueueClearedReferences(Object **references);