Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-chunk.cc367 bool skip_slot_recording; in RegisterObjectWithInvalidatedSlots() local
370 skip_slot_recording = InYoungGeneration(); in RegisterObjectWithInvalidatedSlots()
372 skip_slot_recording = ShouldSkipEvacuationSlotRecording(); in RegisterObjectWithInvalidatedSlots()
375 if (skip_slot_recording) { in RegisterObjectWithInvalidatedSlots()