OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collect_maps_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
mark-compact.h
585
bool
collect_maps_
;
member in class:v8::internal::MarkCompactCollector
mark-compact.cc
67
collect_maps_
(FLAG_collect_maps),
285
if (
collect_maps_
) ClearNonLiveTransitions();
297
if (!
collect_maps_
) ReattachInitialMaps();
664
collect_maps_
= FLAG_collect_maps && !was_marked_incrementally_;
683
if (
collect_maps_
) CreateBackPointers();
[
all
...]
Completed in 26 milliseconds