Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsetup-heap-internal.cc777 Handle<NumberDictionary> slow_element_dictionary = NumberDictionary::New( in CreateInitialObjects() local
779 DCHECK(!slow_element_dictionary->HasSufficientCapacityToAdd(1)); in CreateInitialObjects()
780 slow_element_dictionary->set_requires_slow_elements(); in CreateInitialObjects()
781 set_empty_slow_element_dictionary(*slow_element_dictionary); in CreateInitialObjects()