Lines Matching defs:roots
69 #include "src/roots/roots.h"
114 const ReadOnlyRoots roots(isolate_);
117 ? roots.trampoline_trivial_code_data_container_handle()
118 : roots.trampoline_promise_rejection_code_data_container_handle());
630 ReadOnlyRoots roots(isolate());
636 Map map = roots.swiss_name_dictionary_map();
1851 Heap* roots = allocation_type == AllocationType::kMap
1854 result.set_map_after_allocation(ReadOnlyRoots(roots).meta_map(),
1857 elements_kind, inobject_properties, roots),
1863 Heap* roots) {
1874 ReadOnlyRoots ro_roots(roots);
1884 map.set_prototype_validity_cell(roots->invalid_prototype_validity_cell());
2326 // canonical one stored in the roots to avoid duplicating it for every
2773 ReadOnlyRoots roots(isolate());
2782 module.set_module_namespace(roots.undefined_value(), SKIP_WRITE_BARRIER);
2785 module.set_exception(roots.the_hole_value(), SKIP_WRITE_BARRIER);
2786 module.set_top_level_capability(roots.undefined_value(), SKIP_WRITE_BARRIER);
2787 module.set_import_meta(roots.the_hole_value(), kReleaseStore,
2794 module.set_cycle_root(roots.the_hole_value(), SKIP_WRITE_BARRIER);
2795 module.set_async_parent_modules(roots.empty_array_list());
2803 ReadOnlyRoots roots(isolate());
2814 module.set_module_namespace(roots.undefined_value(), SKIP_WRITE_BARRIER);
2816 module.set_exception(roots.the_hole_value(), SKIP_WRITE_BARRIER);
2817 module.set_top_level_capability(roots.undefined_value(), SKIP_WRITE_BARRIER);