Searched refs:empty_properties_dictionary (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dheap.h188 V(NameDictionary, empty_properties_dictionary, EmptyPropertiesDictionary) \
H A Dheap.cc2757 Handle<NameDictionary> empty_properties_dictionary = local
2759 empty_properties_dictionary->SetRequiresCopyOnCapacityChange();
2760 set_empty_properties_dictionary(*empty_properties_dictionary);
/external/v8/src/
H A Dobjects-inl.h7205 DCHECK(!GetHeap()->InNewSpace(GetHeap()->empty_properties_dictionary()));
7208 GetHeap()->empty_properties_dictionary());

Completed in 50 milliseconds