HomeSort by relevance Sort by last modified time
    Searched refs:MapCache (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
factory.cc 873 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) {
874 CALL_HEAP_FUNCTION(MapCache::Allocate(at_least_space_for), MapCache);
881 Object* result = MapCache::cast(context->map_cache())->Put(keys, map);
882 if (!result->IsFailure()) context->set_map_cache(MapCache::cast(result));
887 Handle<MapCache> Factory::AddToMapCache(Handle<Context> context,
890 CALL_HEAP_FUNCTION(UpdateMapCacheWith(*context, *keys, *map), MapCache);
898 Handle<MapCache> new_cache = NewMapCache(24);
902 Handle<MapCache> cache =
903 Handle<MapCache>(MapCache::cast(context->map_cache()))
    [all...]
factory.h 383 static Handle<MapCache> NewMapCache(int at_least_space_for);
386 static Handle<MapCache> AddToMapCache(Handle<Context> context,
objects.h 75 // - MapCache
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]

Completed in 63 milliseconds