Home
last modified time | relevance | path

Searched refs:empty_fixed_array (Results 1 – 25 of 44) sorted by relevance

12

/external/v8/src/builtins/
Dconstants-table-builder.cc18 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()
Dbuiltins-typed-array-gen.cc41 TNode<FixedArray> empty_fixed_array = EmptyFixedArrayConstant(); in AllocateEmptyOnHeapBuffer() local
47 empty_fixed_array); in AllocateEmptyOnHeapBuffer()
49 empty_fixed_array); in AllocateEmptyOnHeapBuffer()
Dbuiltins-constructor-gen.cc607 TNode<FixedArray> empty_fixed_array = EmptyFixedArrayConstant(); in CreateEmptyObjectLiteral() local
609 AllocateJSObjectFromMap(map, empty_fixed_array, empty_fixed_array); in CreateEmptyObjectLiteral()
/external/v8/src/objects/
Djs-objects-inl.h109 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()
Dkeys.cc102 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()
Ddebug-objects.cc50 set_break_points(ReadOnlyRoots(isolate).empty_fixed_array()); in ClearBreakInfo()
Djs-regexp.cc156 Handle<FixedArrayBase> elements = isolate->factory()->empty_fixed_array(); in BuildIndices()
Dliteral-objects.cc318 : factory->empty_fixed_array(); in CreateTemplates()
Dmap-inl.h232 result = GetReadOnlyRoots().empty_fixed_array(); in GetInitialElements()
Djs-objects.cc219 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/
Dsetup-heap-internal.cc329 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()
Dfactory-base.cc74 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()
Dfactory.cc370 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 …]
Dobject-stats.cc631 if (elements != ReadOnlyRoots(heap_).empty_fixed_array()) { in RecordVirtualJSObjectDetails()
842 return array != roots.empty_fixed_array() && in CanRecordFixedArray()
/external/v8/src/diagnostics/
Dobjects-debug.cc418 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/
Djs-graph.cc136 HeapConstant(factory()->empty_fixed_array()))
/external/v8/src/interpreter/
Dconstant-array-builder.h31 V(EmptyFixedArray, empty_fixed_array) \
/external/v8/src/debug/
Ddebug.cc458 : 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/
Dcode-serializer.cc152 script_obj->set_host_defined_options(roots.empty_fixed_array()); in SerializeObjectImpl()
/external/v8/src/runtime/
Druntime-wasm.cc523 isolate->debug()->OnDebugBreak(isolate->factory()->empty_fixed_array(), in RUNTIME_FUNCTION()
/external/v8/src/roots/
Droots.h69 V(FixedArray, empty_fixed_array, EmptyFixedArray) \
/external/v8/src/wasm/
Dwasm-objects.cc296 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/
Ddeoptimizer.cc739 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/
Disolate.cc657 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/
Djson-stringifier.cc764 (object->elements() == ReadOnlyRoots(isolate_).empty_fixed_array() || in SerializeJSObject()

12