Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dobjects-visiting.cc180 static bool MustRecordSlots(Heap* heap) { in MustRecordSlots() function
196 bool record_slots = MustRecordSlots(heap); in VisitWeakList()
316 if (MustRecordSlots(heap)) { in DoWeakList()
365 if (typed_array_obj != heap->undefined_value() && MustRecordSlots(heap)) { in VisitLiveObject()