HomeSort by relevance Sort by last modified time
    Searched full:force_completion (Results 1 - 6 of 6) sorted by null

  /external/v8/src/heap/
incremental-marking.h 29 enum ForceCompletionAction { FORCE_COMPLETION, DO_NOT_FORCE_COMPLETION };
39 force_completion(force_completion_) {}
43 ForceCompletionAction force_completion; member in struct:v8::internal::IncrementalMarking::StepActions
142 ForceCompletionAction completion = FORCE_COMPLETION);
incremental-marking-job.cc 123 i::IncrementalMarking::FORCE_COMPLETION));
memory-reducer.cc 90 i::IncrementalMarking::FORCE_COMPLETION));
incremental-marking.cc     [all...]
heap.cc 931 IncrementalMarking::FORCE_COMPLETION));
    [all...]
  /external/v8/test/cctest/heap/
utils-inl.h 112 bool force_completion = true) {
123 if (!force_completion) return;

Completed in 84 milliseconds