Home
last modified time | relevance | path

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

123

/external/v8/src/
Dkeys.cc47 return isolate_->factory()->empty_fixed_array(); in GetKeys()
129 if (store_position == 0) return isolate->factory()->empty_fixed_array(); in FilterProxyKeys()
313 return isolate->factory()->empty_fixed_array(); in GetFastEnumPropertyKeys()
441 return isolate_->factory()->empty_fixed_array(); in GetOwnKeysWithUninitializedEnumCache()
579 return isolate->factory()->empty_fixed_array(); in GetOwnEnumPropertyDictionaryKeys()
Dcontexts-inl.h133 return osr_code_table() == GetHeap()->empty_fixed_array(); in OptimizedCodeMapIsCleared()
Dcontexts.cc566 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); in ClearOptimizedCodeMap() local
567 set_osr_code_table(empty_fixed_array); in ClearOptimizedCodeMap()
Dbootstrapper.h23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL; in Initialize()
Dfactory.cc1102 script->set_shared_function_infos(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewScript()
1685 code->set_deoptimization_data(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewCode()
1688 code->set_handler_table(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewCode()
1869 array->set_elements(*empty_fixed_array()); in NewJSArrayStorage()
1932 : empty_fixed_array(); in NewModule()
2257 bound_arguments = empty_fixed_array(); in NewJSBoundFunction()
2341 Handle<FixedArray> properties = empty_fixed_array(); in ReinitializeJSGlobalProxy()
2390 message_obj->set_properties(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewJSMessageObject()
2392 message_obj->set_elements(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewJSMessageObject()
2421 share->set_optimized_code_map(*empty_fixed_array()); in NewSharedFunctionInfo()
Dtransitions.cc354 return heap->empty_fixed_array(); in GetPrototypeTransitions()
358 return heap->empty_fixed_array(); in GetPrototypeTransitions()
Dcode-stubs-hydrogen.cc347 elements, Add<HConstant>(isolate()->factory()->empty_fixed_array())); in BuildCodeStub()
Disolate.cc3046 if (elements != heap()->empty_fixed_array() && in Throw()
3060 if (elements != heap()->empty_fixed_array() && in Throw()
3436 heap()->set_microtask_queue(heap()->empty_fixed_array()); in Throw()
3488 heap()->set_microtask_queue(heap()->empty_fixed_array()); in Throw()
3616 heap()->set_detached_contexts(heap()->empty_fixed_array()); in Throw()
Dobjects-debug.cc380 (elements() == GetHeap()->empty_fixed_array()) || in JSObjectVerify()
809 elements() == isolate->heap()->empty_fixed_array()); in JSArrayVerify()
/external/v8/src/builtins/
Dbuiltins-arguments.cc84 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in AllocateArgumentsObject() local
85 StoreObjectField(result, JSArray::kPropertiesOffset, empty_fixed_array); in AllocateArgumentsObject()
113 empty_fixed_array); in AllocateArgumentsObject()
Dbuiltins-function.cc437 Node* empty_fixed_array = assembler.EmptyFixedArrayConstant(); in Generate_FastFunctionPrototypeBind() local
439 bound_function, JSObject::kPropertiesOffset, empty_fixed_array); in Generate_FastFunctionPrototypeBind()
441 bound_function, JSObject::kElementsOffset, empty_fixed_array); in Generate_FastFunctionPrototypeBind()
Dbuiltins-constructor.cc124 Node* empty_fixed_array = HeapConstant(factory->empty_fixed_array()); in EmitFastNewClosure() local
126 empty_fixed_array); in EmitFastNewClosure()
128 empty_fixed_array); in EmitFastNewClosure()
Dbuiltins-object.cc781 isolate->heap()->empty_fixed_array()) { in BUILTIN()
788 keys = isolate->factory()->empty_fixed_array(); in BUILTIN()
/external/v8/src/heap/
Dheap.cc2136 map->set_code_cache(empty_fixed_array(), SKIP_WRITE_BARRIER); in AllocateMap()
2137 map->set_dependent_code(DependentCode::cast(empty_fixed_array()), in AllocateMap()
2209 map->set_code_cache(heap->empty_fixed_array()); in FinalizePartialMap()
2210 map->set_dependent_code(DependentCode::cast(heap->empty_fixed_array())); in FinalizePartialMap()
2470 DCHECK(!InNewSpace(empty_fixed_array())); in CreateInitialMaps()
2518 cell->set_dependent_code(DependentCode::cast(empty_fixed_array()), in AllocatePropertyCell()
2784 set_microtask_queue(empty_fixed_array()); in CreateInitialObjects()
2799 set_detached_contexts(empty_fixed_array()); in CreateInitialObjects()
2800 set_retained_maps(ArrayList::cast(empty_fixed_array())); in CreateInitialObjects()
2862 set_serialized_templates(empty_fixed_array()); in CreateInitialObjects()
[all …]
Dobject-stats.cc332 array != heap->empty_fixed_array() && in CanRecordFixedArray()
474 cur_dependent_code != heap_->empty_fixed_array(); in RecordMapDetails()
Dheap-inl.h827 DCHECK_EQ(empty_fixed_array(), serialized_templates()); in SetSerializedTemplates()
833 DCHECK_EQ(empty_fixed_array(), serialized_global_proxy_sizes()); in SetSerializedGlobalProxySizes()
/external/v8/src/snapshot/
Dpartial-serializer.cc55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array()); in SerializeObject()
/external/v8/src/runtime/
Druntime-forin.cc132 cache_array = isolate->factory()->empty_fixed_array(); in RUNTIME_FUNCTION_RETURN_TRIPLE()
Druntime-array.cc30 prototype->set_elements(isolate->heap()->empty_fixed_array()); in RUNTIME_FUNCTION()
/external/v8/src/interpreter/
Dconstant-array-builder.h27 V(EmptyFixedArray, empty_fixed_array)
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc2148 Register empty_fixed_array = x4; in EmitCreateIterResultObject() local
2153 __ LoadRoot(empty_fixed_array, Heap::kEmptyFixedArrayRootIndex); in EmitCreateIterResultObject()
2160 __ Stp(empty_fixed_array, empty_fixed_array, in EmitCreateIterResultObject()
2735 Register empty_fixed_array = x4; in EmitCreateIteratorResult() local
2741 __ LoadRoot(empty_fixed_array, Heap::kEmptyFixedArrayRootIndex); in EmitCreateIteratorResult()
2748 __ Stp(empty_fixed_array, empty_fixed_array, in EmitCreateIteratorResult()
/external/v8/src/compiler/
Djs-graph.cc68 HeapConstant(factory()->empty_fixed_array())); in EmptyFixedArrayConstant()
/external/v8/src/crankshaft/
Dhydrogen.cc1776 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); in BuildCreateIterResultObject() local
1778 empty_fixed_array); in BuildCreateIterResultObject()
1780 empty_fixed_array); in BuildCreateIterResultObject()
2024 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); in BuildToObject() local
2026 empty_fixed_array); in BuildToObject()
2028 empty_fixed_array); in BuildToObject()
2648 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); in BuildJSArrayHeader() local
2651 array, HObjectAccess::ForPropertiesPointer(), empty_fixed_array); in BuildJSArrayHeader()
2654 elements != nullptr ? elements : empty_fixed_array); in BuildJSArrayHeader()
7651 Add<HConstant>(isolate()->factory()->empty_fixed_array()); in BuildConstantMapCheck()
[all …]
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1477 isolate()->factory()->empty_fixed_array()); in EmitCreateIteratorResult()
1479 isolate()->factory()->empty_fixed_array()); in EmitCreateIteratorResult()
2114 isolate()->factory()->empty_fixed_array()); in EmitCreateIterResultObject()
2116 isolate()->factory()->empty_fixed_array()); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1467 isolate()->factory()->empty_fixed_array()); in EmitCreateIteratorResult()
1469 isolate()->factory()->empty_fixed_array()); in EmitCreateIteratorResult()
2104 isolate()->factory()->empty_fixed_array()); in EmitCreateIterResultObject()
2106 isolate()->factory()->empty_fixed_array()); in EmitCreateIterResultObject()

123