OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonCollectableRefs
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
HeapInternal.h
45
HeapRefTable
nonCollectableRefs
;
Heap.c
86
if (!dvmHeapInitHeapRefTable(&gcHeap->
nonCollectableRefs
,
138
dvmHeapFreeHeapRefTable(&gcHeap->
nonCollectableRefs
);
586
* If not, throw it in the
nonCollectableRefs
table, which
595
if (!dvmHeapAddToHeapRefTable(&gcHeap->
nonCollectableRefs
, ptr)) {
599
&gcHeap->
nonCollectableRefs
));
694
if (!dvmHeapRemoveFromHeapRefTable(&gDvm.gcHeap->
nonCollectableRefs
,
[
all
...]
MarkSweep.c
337
refs = &gcHeap->
nonCollectableRefs
;
[
all
...]
Completed in 2280 milliseconds