/external/v8/src/ |
D | keys.cc | 47 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()
|
D | contexts-inl.h | 133 return osr_code_table() == GetHeap()->empty_fixed_array(); in OptimizedCodeMapIsCleared()
|
D | contexts.cc | 566 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); in ClearOptimizedCodeMap() local 567 set_osr_code_table(empty_fixed_array); in ClearOptimizedCodeMap()
|
D | bootstrapper.h | 23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL; in Initialize()
|
D | factory.cc | 1102 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()
|
D | transitions.cc | 354 return heap->empty_fixed_array(); in GetPrototypeTransitions() 358 return heap->empty_fixed_array(); in GetPrototypeTransitions()
|
D | code-stubs-hydrogen.cc | 347 elements, Add<HConstant>(isolate()->factory()->empty_fixed_array())); in BuildCodeStub()
|
D | isolate.cc | 3046 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()
|
D | objects-debug.cc | 380 (elements() == GetHeap()->empty_fixed_array()) || in JSObjectVerify() 809 elements() == isolate->heap()->empty_fixed_array()); in JSArrayVerify()
|
/external/v8/src/builtins/ |
D | builtins-arguments.cc | 84 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()
|
D | builtins-function.cc | 437 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()
|
D | builtins-constructor.cc | 124 Node* empty_fixed_array = HeapConstant(factory->empty_fixed_array()); in EmitFastNewClosure() local 126 empty_fixed_array); in EmitFastNewClosure() 128 empty_fixed_array); in EmitFastNewClosure()
|
D | builtins-object.cc | 781 isolate->heap()->empty_fixed_array()) { in BUILTIN() 788 keys = isolate->factory()->empty_fixed_array(); in BUILTIN()
|
/external/v8/src/heap/ |
D | heap.cc | 2136 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 …]
|
D | object-stats.cc | 332 array != heap->empty_fixed_array() && in CanRecordFixedArray() 474 cur_dependent_code != heap_->empty_fixed_array(); in RecordMapDetails()
|
D | heap-inl.h | 827 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/ |
D | partial-serializer.cc | 55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array()); in SerializeObject()
|
/external/v8/src/runtime/ |
D | runtime-forin.cc | 132 cache_array = isolate->factory()->empty_fixed_array(); in RUNTIME_FUNCTION_RETURN_TRIPLE()
|
D | runtime-array.cc | 30 prototype->set_elements(isolate->heap()->empty_fixed_array()); in RUNTIME_FUNCTION()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 27 V(EmptyFixedArray, empty_fixed_array)
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 2148 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/ |
D | js-graph.cc | 68 HeapConstant(factory()->empty_fixed_array())); in EmptyFixedArrayConstant()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 1776 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/ |
D | full-codegen-ia32.cc | 1477 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/ |
D | full-codegen-x87.cc | 1467 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()
|