Searched refs:read_only_roots (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | factory-base.cc | 38 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 …]
|
D | local-factory-inl.h | 17 return read_only_roots().name##_handle(); \
|
D | local-factory.h | 33 ReadOnlyRoots read_only_roots() const { return roots_; } in read_only_roots() function
|
D | factory-inl.h | 75 ReadOnlyRoots Factory::read_only_roots() const { in read_only_roots() function
|
D | factory.cc | 458 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 …]
|
D | factory-base.h | 313 ReadOnlyRoots read_only_roots() { return impl()->read_only_roots(); } in EXPORT_TEMPLATE_DECLARE()
|
D | factory-base-inl.h | 101 ReadOnlyRoots roots = read_only_roots(); in NewStructInternal()
|
D | factory.h | 112 inline ReadOnlyRoots read_only_roots() const;
|
/third_party/node/deps/v8/src/roots/ |
D | roots-inl.h | 69 : ReadOnlyRoots(isolate->factory()->read_only_roots()) {} in ReadOnlyRoots()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 3320 shared->SetScript(isolate->factory()->read_only_roots(), *script, 0, false); in Compile()
|