OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_collect_maps
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
objects-visiting-inl.h
354
if (
FLAG_collect_maps
&& map_object->CanTransition()) {
371
if (
FLAG_collect_maps
) {
395
if (
FLAG_collect_maps
) {
[
all
...]
mark-compact.cc
412
if (
FLAG_collect_maps
) ClearNonLiveReferences();
424
if (!
FLAG_collect_maps
) ReattachInitialMaps();
436
if (
FLAG_collect_maps
&& FLAG_omit_map_checks_for_leaf_maps) {
[
all
...]
objects.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
[
all
...]
/external/v8/src/
mark-compact.cc
67
collect_maps_(
FLAG_collect_maps
),
664
collect_maps_ =
FLAG_collect_maps
&& !was_marked_incrementally_;
[
all
...]
Completed in 85 milliseconds