Home | History | Annotate | Download | only in cctest

Lines Matching defs:map_cache

16013   { i::MapCache* map_cache =
16014 i::MapCache::cast(i::Isolate::Current()->context()->map_cache());
16015 elements = map_cache->NumberOfElements();
16020 { i::Object* raw_map_cache = i::Isolate::Current()->context()->map_cache();
16022 i::MapCache* map_cache = i::MapCache::cast(raw_map_cache);
16023 CHECK_GT(elements, map_cache->NumberOfElements());