Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h501 Handle<MapCache> NewMapCache(int at_least_space_for);
Dfactory.cc1318 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) { in NewMapCache() function in v8::internal::Factory
1349 Handle<MapCache> new_cache = NewMapCache(24); in ObjectLiteralMapFromCache()