OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:force_compaction
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/cctest/
test-heap.cc
908
bool
force_compaction
= true;
local
909
HEAP->CollectAllGarbage(
force_compaction
);
[
all
...]
test-debug.cc
[
all
...]
/external/v8/src/
mark-compact.h
135
// Set the global
force_compaction
flag, it must be called before Prepare
heap.h
[
all
...]
heap.cc
447
void Heap::CollectAllGarbage(bool
force_compaction
) {
451
mark_compact_collector_.SetForceCompaction(
force_compaction
);
[
all
...]
Completed in 270 milliseconds