OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parallel_sweeping
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
flag-definitions.h
537
DEFINE_BOOL(
parallel_sweeping
, false, "enable parallel sweeping")
671
DEFINE_NEG_IMPLICATION(predictable,
parallel_sweeping
)
[
all
...]
/external/v8/src/heap/
mark-compact.cc
[
all
...]
mark-compact.h
550
PARALLEL_SWEEPING
,
spaces.h
445
ParallelSweepingState
parallel_sweeping
() {
function in class:v8::internal::MemoryChunk
460
bool SweepingCompleted() { return
parallel_sweeping
() <= SWEEPING_FINALIZE; }
[
all
...]
/external/v8/test/cctest/
test-heap.cc
[
all
...]
Completed in 309 milliseconds