Home
last modified time | relevance | path

Searched defs:at_least_space_for (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
Dfactory.cc97 Handle<NameDictionary> Factory::NewNameDictionary(int at_least_space_for) { in NewNameDictionary()
107 int at_least_space_for) { in NewSeededNumberDictionary()
117 int at_least_space_for) { in NewUnseededNumberDictionary()
126 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) { in NewObjectHashSet()
136 int at_least_space_for, in NewObjectHashTable()
147 Handle<WeakHashTable> Factory::NewWeakHashTable(int at_least_space_for) { in NewWeakHashTable()
1147 int at_least_space_for = map->NumberOfOwnDescriptors() * 2 + initial_size; in NewGlobalObject() local
1689 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) { in NewMapCache()
Dobjects-inl.h2579 int HashTable<Shape, Key>::ComputeCapacity(int at_least_space_for) { in ComputeCapacity()
Dobjects.cc14095 int at_least_space_for, in Allocate()
15361 int at_least_space_for, in Allocate()
Druntime.cc10529 uint32_t at_least_space_for = estimate_nof_elements + in RUNTIME_FUNCTION() local
/external/v8/src/
Dfactory.cc72 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) { in NewStringDictionary()
81 int at_least_space_for) { in NewSeededNumberDictionary()
90 int at_least_space_for) { in NewUnseededNumberDictionary()
98 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) { in NewObjectHashSet()
106 Handle<ObjectHashTable> Factory::NewObjectHashTable(int at_least_space_for) { in NewObjectHashTable()
1318 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) { in NewMapCache()
Dobjects-inl.h2058 int HashTable<Shape, Key>::ComputeCapacity(int at_least_space_for) { in ComputeCapacity()
Dobjects.cc10875 MaybeObject* HashTable<Shape, Key>::Allocate(int at_least_space_for, in Allocate()
11958 MaybeObject* Dictionary<Shape, Key>::Allocate(int at_least_space_for) { in Allocate()
Druntime.cc9831 uint32_t at_least_space_for = estimate_nof_elements + in RUNTIME_FUNCTION() local