Searched refs:raw_map_cache (Results 1 – 2 of 2) sorted by relevance
2399 HeapObject* raw_map_cache = in ProcessMapCaches() local2404 if (!IsMarked(raw_map_cache) && in ProcessMapCaches()2405 raw_map_cache != heap()->undefined_value()) { in ProcessMapCaches()2406 MapCache* map_cache = reinterpret_cast<MapCache*>(raw_map_cache); in ProcessMapCaches()
20437 { i::Object* raw_map_cache = CcTest::i_isolate()->context()->map_cache(); in THREADED_TEST() local20438 if (raw_map_cache != CcTest::heap()->undefined_value()) { in THREADED_TEST()20439 i::MapCache* map_cache = i::MapCache::cast(raw_map_cache); in THREADED_TEST()