Lines Matching defs:roots
59 ReadOnlyRoots roots = read_only_roots();
60 Map map = Map::GetInstanceTypeMap(roots, type);
62 return handle(NewStructInternal(roots, map, size, allocation), isolate());
274 ReadOnlyRoots roots = read_only_roots();
281 raw.set_name(roots.undefined_value(), SKIP_WRITE_BARRIER);
285 raw.set_context_data(roots.undefined_value(), SKIP_WRITE_BARRIER);
287 raw.set_line_ends(roots.undefined_value(), SKIP_WRITE_BARRIER);
289 roots.undefined_value(), SKIP_WRITE_BARRIER);
291 raw.set_shared_function_infos(roots.empty_weak_fixed_array(),
294 raw.set_host_defined_options(roots.empty_fixed_array(), SKIP_WRITE_BARRIER);
296 raw.set_script_or_modules(roots.empty_array_list());