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

  /external/v8/test/cctest/heap/
heap-utils.h 38 void SimulateIncrementalMarking(i::Heap* heap, bool force_completion = true);
heap-utils.cc 114 void SimulateIncrementalMarking(i::Heap* heap, bool force_completion) {
125 if (!force_completion) return;
  /external/v8/src/heap/
incremental-marking.h 30 enum ForceCompletionAction { FORCE_COMPLETION, DO_NOT_FORCE_COMPLETION };
40 force_completion(force_completion_) {}
44 ForceCompletionAction force_completion; member in struct:v8::internal::IncrementalMarking::StepActions
146 ForceCompletionAction completion = FORCE_COMPLETION);
incremental-marking.cc     [all...]
  /external/v8/include/
v8.h 5466 ForceCompletionAction force_completion; member in struct:v8::EmbedderHeapTracer::AdvanceTracingActions
    [all...]

Completed in 101 milliseconds