Searched refs:empty_property_dictionary (Results 1 – 7 of 7) sorted by relevance
734 Handle<NameDictionary> empty_property_dictionary = in CreateInitialObjects() local736 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()
749 array != heap_->empty_property_dictionary(); in CanRecordFixedArray()
231 V(NameDictionary, empty_property_dictionary, EmptyPropertyDictionary) \
2751 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()
30 V(EmptyPropertyDictionary, empty_property_dictionary, \
6691 properties == heap->empty_property_dictionary()) { in SetHashAndUpdateProperties()6727 FixedArray* empty_property_dictionary = in GetIdentityHashHelper() local6728 isolate->heap()->empty_property_dictionary(); in GetIdentityHashHelper()6730 properties == empty_property_dictionary); in GetIdentityHashHelper()
314 properties_dictionary_template_ = factory->empty_property_dictionary(); in CreateTemplates()