Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc2537 Object* cached_map = prototype_transitions->get(map_offset + i * step); in ClearNonLivePrototypeTransitions() local
2538 if (IsMarked(prototype) && IsMarked(cached_map)) { in ClearNonLivePrototypeTransitions()
2545 prototype_transitions->set(map_index, cached_map, SKIP_WRITE_BARRIER); in ClearNonLivePrototypeTransitions()