OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:garbagecollector
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
heap.h
[
all
...]
globals.h
311
enum
GarbageCollector
{ SCAVENGER, MARK_COMPACTOR };
heap.cc
175
GarbageCollector
Heap::SelectGarbageCollector(AllocationSpace space) {
411
GarbageCollector
collector = SelectGarbageCollector(space);
556
GarbageCollector
collector,
[
all
...]
Completed in 382 milliseconds