Home
last modified time | relevance | path

Searched refs:read_only_roots (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory-base.cc38 Map map = read_only_roots().heap_number_map(); in NewHeapNumber()
59 ReadOnlyRoots roots = read_only_roots(); in NewStruct()
70 accessors.set_getter(read_only_roots().null_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
71 accessors.set_setter(read_only_roots().null_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
78 Map map = read_only_roots().code_data_container_map(); in NewCodeDataContainer()
83 data_container.set_next_code_link(read_only_roots().undefined_value(), in NewCodeDataContainer()
107 read_only_roots().fixed_array_map_handle(), length, in NewFixedArray()
108 read_only_roots().undefined_value_handle(), allocation); in NewFixedArray()
118 map, length, read_only_roots().undefined_value_handle(), allocation); in NewFixedArrayWithMap()
127 read_only_roots().fixed_array_map_handle(), length, in NewFixedArrayWithHoles()
[all …]
Dlocal-factory-inl.h17 return read_only_roots().name##_handle(); \
Dlocal-factory.h33 ReadOnlyRoots read_only_roots() const { return roots_; } in read_only_roots() function
Dfactory-inl.h75 ReadOnlyRoots Factory::read_only_roots() const { in read_only_roots() function
Dfactory.cc458 MemsetTagged(array.data_start(), read_only_roots().undefined_value(), length); in NewPropertyArray()
490 read_only_roots().closure_feedback_cell_array_map_handle(), length, in NewClosureFeedbackCellArray()
617 Oddball the_hole = read_only_roots().the_hole_value(); in NewPropertyDescriptorObject()
936 *shared_map = read_only_roots().shared_string_map_handle(); in ComputeSharingStrategyForString()
939 *shared_map = read_only_roots().shared_one_byte_string_map_handle(); in ComputeSharingStrategyForString()
1113 Symbol::kSize, allocation, read_only_roots().symbol_map())); in NewSymbolInternal()
1119 symbol.set_description(read_only_roots().undefined_value(), in NewSymbolInternal()
1209 NewFixedArrayWithMap(read_only_roots().script_context_table_map_handle(), in NewScriptContextTable()
1339 context.set_scope_info(read_only_roots().empty_scope_info(), in NewBuiltinContext()
1806 NewWeakFixedArrayWithMap(read_only_roots().transition_array_map(), in NewTransitionArray()
[all …]
Dfactory-base.h313 ReadOnlyRoots read_only_roots() { return impl()->read_only_roots(); } in EXPORT_TEMPLATE_DECLARE()
Dfactory-base-inl.h101 ReadOnlyRoots roots = read_only_roots(); in NewStructInternal()
Dfactory.h112 inline ReadOnlyRoots read_only_roots() const;
/third_party/node/deps/v8/src/roots/
Droots-inl.h69 : ReadOnlyRoots(isolate->factory()->read_only_roots()) {} in ReadOnlyRoots()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3320 shared->SetScript(isolate->factory()->read_only_roots(), *script, 0, false); in Compile()