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

  /external/v8/src/heap/
concurrent-marking.cc 122 weak_objects_->weak_references.Push(task_id_, std::make_pair(host, slot));
635 weak_objects_->weak_references.FlushToGlobal(task_id);
mark-compact.h 449 Worklist<std::pair<HeapObject*, HeapObjectReference**>, 64> weak_references; member in struct:v8::internal::WeakObjects
663 weak_objects_.weak_references.Push(kMainThread, std::make_pair(host, slot));
    [all...]
incremental-marking.cc 657 weak_objects_->weak_references.Update(
    [all...]
mark-compact.cc     [all...]

Completed in 761 milliseconds