v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
marking-worklists.cc
Go to the documentation of this file.
1
2// Copyright 2020 the V8 project authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5
7
8namespace cppgc {
9namespace internal {
10
12
26
30
31} // namespace internal
32} // namespace cppgc
EphemeronPairsWorklist ephemeron_pairs_for_processing_worklist_
RetraceMarkedObjectsWorklist retrace_marked_objects_worklist_
WeakCallbackWorklist weak_container_callback_worklist_
EphemeronPairsWorklist discovered_ephemeron_pairs_worklist_
WeakCallbackWorklist parallel_weak_callback_worklist_
WeakCustomCallbackWorklist weak_custom_callback_worklist_
ConcurrentMarkingBailoutWorklist concurrent_marking_bailout_worklist_
WriteBarrierWorklist write_barrier_worklist_
PreviouslyNotFullyConstructedWorklist previously_not_fully_constructed_worklist_
NotFullyConstructedWorklist not_fully_constructed_worklist_
#define DCHECK(condition)
Definition logging.h:482