Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dmark-compact.cc2399 HeapObject* raw_map_cache = in ProcessMapCaches() local
2404 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()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc20437 { i::Object* raw_map_cache = CcTest::i_isolate()->context()->map_cache(); in THREADED_TEST() local
20438 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()