/external/v8/src/builtins/ |
D | constants-table-builder.cc | 18 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(), in BuiltinsConstantsTableBuilder() 35 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(), in AddObject() 68 DCHECK_EQ(ReadOnlyRoots(isolate).empty_fixed_array(), in CheckPreconditionsForPatching() 103 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(), in Finalize()
|
D | builtins-typed-array-gen.cc | 41 TNode<FixedArray> empty_fixed_array = EmptyFixedArrayConstant(); in AllocateEmptyOnHeapBuffer() local 47 empty_fixed_array); in AllocateEmptyOnHeapBuffer() 49 empty_fixed_array); in AllocateEmptyOnHeapBuffer()
|
D | builtins-constructor-gen.cc | 607 TNode<FixedArray> empty_fixed_array = EmptyFixedArrayConstant(); in CreateEmptyObjectLiteral() local 609 AllocateJSObjectFromMap(map, empty_fixed_array, empty_fixed_array); in CreateEmptyObjectLiteral()
|
/external/v8/src/objects/ |
D | js-objects-inl.h | 109 FixedArrayBase empty_fixed_array = roots.empty_fixed_array(); in PrototypeHasNoElements() local 116 if (elements != empty_fixed_array && in PrototypeHasNoElements() 220 (*value == ReadOnlyRoots(isolate).empty_fixed_array()) || in SetMapAndElements() 224 DCHECK((*value == ReadOnlyRoots(isolate).empty_fixed_array()) || in SetMapAndElements() 509 fixed_array == GetReadOnlyRoots(isolate).empty_fixed_array()); in ACCESSORS() 641 DCHECK(!ObjectInYoungGeneration(roots.empty_fixed_array())); in initialize_properties() 653 WRITE_FIELD(*this, kPropertiesOrHashOffset, roots.empty_fixed_array()); in initialize_properties() 701 if (prop.IsSmi() || prop == GetReadOnlyRoots(isolate).empty_fixed_array()) { in DEF_GETTER()
|
D | keys.cc | 102 return isolate_->factory()->empty_fixed_array(); in GetKeys() 421 Handle<FixedArray> indices = isolate->factory()->empty_fixed_array(); in GetFastEnumPropertyKeys() 541 if (object->elements() != ReadOnlyRoots(isolate_).empty_fixed_array() && in GetOwnKeysWithUninitializedEnumCache() 550 return isolate_->factory()->empty_fixed_array(); in GetOwnKeysWithUninitializedEnumCache() 898 return isolate->factory()->empty_fixed_array(); in GetOwnEnumPropertyDictionaryKeys()
|
D | debug-objects.cc | 50 set_break_points(ReadOnlyRoots(isolate).empty_fixed_array()); in ClearBreakInfo()
|
D | js-regexp.cc | 156 Handle<FixedArrayBase> elements = isolate->factory()->empty_fixed_array(); in BuildIndices()
|
D | literal-objects.cc | 318 : factory->empty_fixed_array(); in CreateTemplates()
|
D | map-inl.h | 232 result = GetReadOnlyRoots().empty_fixed_array(); in GetInitialElements()
|
D | js-objects.cc | 219 if (from->elements() != ReadOnlyRoots(isolate).empty_fixed_array()) { in FastAssign() 616 if (properties == roots.empty_fixed_array() || in SetHashAndUpdateProperties() 669 DCHECK(properties == roots.empty_fixed_array() || in GetIdentityHashHelper() 1905 if (object->elements() != ReadOnlyRoots(isolate).empty_fixed_array()) { in FastGetOwnValuesOrEntries() 3492 object->SetProperties(ReadOnlyRoots(isolate).empty_fixed_array()); in MigrateSlowToFast() 4907 if (object->elements() == ReadOnlyRoots(isolate).empty_fixed_array() || in TransitionElementsKind()
|
/external/v8/src/heap/ |
D | setup-heap-internal.cc | 329 EnumCache::cast(obj).set_keys(roots.empty_fixed_array()); in CreateInitialMaps() 330 EnumCache::cast(obj).set_indices(roots.empty_fixed_array()); in CreateInitialMaps() 565 roots.empty_fixed_array()); in CreateInitialMaps() 649 DCHECK(!InYoungGeneration(roots.empty_fixed_array())); in CreateInitialMaps() 813 set_basic_block_profiling_data(ArrayList::cast(roots.empty_fixed_array())); in CreateInitialObjects() 1011 set_serialized_objects(roots.empty_fixed_array()); in CreateInitialObjects() 1012 set_serialized_global_proxy_sizes(roots.empty_fixed_array()); in CreateInitialObjects() 1032 set_builtins_constants_table(roots.empty_fixed_array()); in CreateInitialObjects()
|
D | factory-base.cc | 74 if (length == 0) return impl()->empty_fixed_array(); in NewFixedArray() 94 if (length == 0) return impl()->empty_fixed_array(); in NewFixedArrayWithHoles() 117 if (length == 0) return impl()->empty_fixed_array(); in NewFixedDoubleArray() 233 script->set_host_defined_options(roots.empty_fixed_array()); in NewScriptWithId()
|
D | factory.cc | 370 if (length == 0) return empty_fixed_array(); in TryNewFixedArray() 391 if (length == 0) return empty_fixed_array(); in NewUninitializedFixedArray() 1063 context->set_serialized_objects(*empty_fixed_array()); in NewNativeContext() 1712 if (new_len == 0) return empty_fixed_array(); in CopyFixedArrayUpTo() 2128 InitializeJSObjectFromMap(js_obj, empty_fixed_array(), map); in NewJSObjectFromMap() 2159 if (*elements != ReadOnlyRoots(isolate()).empty_fixed_array()) { in NewSlowJSObjectWithPropertiesAndElements() 2175 return NewJSArrayWithElements(empty_fixed_array(), elements_kind, length, in NewJSArray() 2220 array->set_elements(*empty_fixed_array()); in NewJSArrayStorage() 2304 : empty_fixed_array(); in NewSourceTextModule() 2532 map, empty_fixed_array(), buffer, byte_offset, byte_length)); in NewJSDataView() [all …]
|
D | object-stats.cc | 631 if (elements != ReadOnlyRoots(heap_).empty_fixed_array()) { in RecordVirtualJSObjectDetails() 842 return array != roots.empty_fixed_array() && in CanRecordFixedArray()
|
/external/v8/src/diagnostics/ |
D | objects-debug.cc | 418 CHECK_IMPLIES(indices != ReadOnlyRoots(isolate).empty_fixed_array(), in JSObjectVerify() 428 (elements() == GetReadOnlyRoots().empty_fixed_array()) || in JSObjectVerify() 651 CHECK(arg_elements == ReadOnlyRoots(isolate).empty_fixed_array()); in SloppyArgumentsElementsVerify() 990 CHECK_EQ(elements(), ReadOnlyRoots(isolate).empty_fixed_array()); in JSArrayVerify() 1004 elements() == ReadOnlyRoots(isolate).empty_fixed_array()); in JSArrayVerify() 1478 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), keys()); in EnumCacheVerify() 1479 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), indices()); in EnumCacheVerify()
|
/external/v8/src/compiler/ |
D | js-graph.cc | 136 HeapConstant(factory()->empty_fixed_array()))
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 31 V(EmptyFixedArray, empty_fixed_array) \
|
/external/v8/src/debug/ |
D | debug.cc | 458 : isolate_->factory()->empty_fixed_array(), in Break() 526 OnDebugBreak(isolate_->factory()->empty_fixed_array(), lastStepAction); in Break() 1754 return factory->empty_fixed_array(); in GetLoadedScripts() 2131 OnDebugBreak(isolate_->factory()->empty_fixed_array(), lastStepAction); in HandleDebugBreak()
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 152 script_obj->set_host_defined_options(roots.empty_fixed_array()); in SerializeObjectImpl()
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 523 isolate->debug()->OnDebugBreak(isolate->factory()->empty_fixed_array(), in RUNTIME_FUNCTION()
|
/external/v8/src/roots/ |
D | roots.h | 69 V(FixedArray, empty_fixed_array, EmptyFixedArray) \
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 296 table_obj->set_dispatch_tables(ReadOnlyRoots(isolate).empty_fixed_array()); in New() 1273 ReadOnlyRoots(isolate).empty_fixed_array()); in New() 1282 instance->set_managed_object_maps(*isolate->factory()->empty_fixed_array()); in New()
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 739 if (maybe_data == ReadOnlyRoots(isolate).empty_fixed_array()) return; in TraceMarkForDeoptimization() 3837 if (*map == ReadOnlyRoots(isolate()).empty_fixed_array().map() && in EnsureCapturedObjectAllocatedAt() 3839 slot->set_storage(isolate()->factory()->empty_fixed_array()); in EnsureCapturedObjectAllocatedAt() 4065 if (*object_storage == ReadOnlyRoots(isolate()).empty_fixed_array()) { in InitializeObjectWithTaggedFieldsAt()
|
/external/v8/src/execution/ |
D | isolate.cc | 657 Handle<FixedArray> parameters = isolate_->factory()->empty_fixed_array(); in AppendAsyncFrame() 684 Handle<FixedArray> parameters = isolate_->factory()->empty_fixed_array(); in AppendPromiseCombinatorFrame() 710 Handle<FixedArray> parameters = isolate_->factory()->empty_fixed_array(); in AppendJavaScriptFrame() 760 Handle<FixedArray> parameters = isolate_->factory()->empty_fixed_array(); in AppendBuiltinExitFrame()
|
/external/v8/src/json/ |
D | json-stringifier.cc | 764 (object->elements() == ReadOnlyRoots(isolate_).empty_fixed_array() || in SerializeJSObject()
|