Home
last modified time | relevance | path

Searched refs:empty_property_dictionary (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dsetup-heap-internal.cc734 Handle<NameDictionary> empty_property_dictionary = in CreateInitialObjects() local
736 DCHECK(!empty_property_dictionary->HasSufficientCapacityToAdd(1)); in CreateInitialObjects()
737 set_empty_property_dictionary(*empty_property_dictionary); in CreateInitialObjects()
739 set_public_symbol_table(*empty_property_dictionary); in CreateInitialObjects()
740 set_api_symbol_table(*empty_property_dictionary); in CreateInitialObjects()
741 set_api_private_symbol_table(*empty_property_dictionary); in CreateInitialObjects()
Dobject-stats.cc749 array != heap_->empty_property_dictionary(); in CanRecordFixedArray()
/external/v8/src/
Droots.h231 V(NameDictionary, empty_property_dictionary, EmptyPropertyDictionary) \
Dobjects-inl.h2751 DCHECK(!Heap::InNewSpace(heap->empty_property_dictionary())); in initialize_properties()
2754 heap->empty_property_dictionary()); in initialize_properties()
2773 return GetHeap()->empty_property_dictionary(); in property_dictionary()
Dcode-stub-assembler.h30 V(EmptyPropertyDictionary, empty_property_dictionary, \
Dobjects.cc6691 properties == heap->empty_property_dictionary()) { in SetHashAndUpdateProperties()
6727 FixedArray* empty_property_dictionary = in GetIdentityHashHelper() local
6728 isolate->heap()->empty_property_dictionary(); in GetIdentityHashHelper()
6730 properties == empty_property_dictionary); in GetIdentityHashHelper()
/external/v8/src/objects/
Dliteral-objects.cc314 properties_dictionary_template_ = factory->empty_property_dictionary(); in CreateTemplates()