Lines Matching defs:options
38 cppgc::Heap::HeapOptions options) {
40 VerifyCustomSpaces(options.custom_spaces);
42 std::move(options));
80 cppgc::Heap::HeapOptions options)
81 : HeapBase(platform, options.custom_spaces, options.stack_support,
82 options.marking_support, options.sweeping_support),
83 gc_invoker_(this, platform_.get(), options.stack_support),
85 options.resource_constraints, options.marking_support,
86 options.sweeping_support) {
87 CHECK_IMPLIES(options.marking_support != HeapBase::MarkingType::kAtomic,
89 CHECK_IMPLIES(options.sweeping_support != HeapBase::SweepingType::kAtomic,