Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenger-inl.h218 return result == CopyAndForwardResult::SUCCESS_YOUNG_GENERATION ? KEEP_SLOT in RememberedSetEntryNeeded()
255 return KEEP_SLOT; in EvacuateObjectDefault()
339 return Heap::InYoungGeneration(target) ? KEEP_SLOT : REMOVE_SLOT; in EvacuateShortcutCandidate()
403 return Heap::InYoungGeneration(dest) ? KEEP_SLOT : REMOVE_SLOT; in ScavengeObject()
432 return KEEP_SLOT; in CheckAndScavengeObject()
Dslot-set.h24 enum SlotCallbackResult { KEEP_SLOT, REMOVE_SLOT }; enumerator
488 if (callback(MaybeObjectSlot(chunk_start + slot)) == KEEP_SLOT) { in Iterate()
681 if (callback(type, addr) == KEEP_SLOT) { in Iterate()
Dremembered-set.h80 return KEEP_SLOT; in CheckNoneInRange()
246 : KEEP_SLOT; in RemoveRangeTyped()
Dspaces.cc106 return KEEP_SLOT; in MergeOldToNewRememberedSets()
Dscavenger.cc97 if (result == KEEP_SLOT) { in HandleSlot()
Dmark-compact.cc3644 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()
3658 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()
3663 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()
4841 return KEEP_SLOT; in CheckAndMarkObject()
Dheap.cc4162 return KEEP_SLOT; in CollectSlots()
4173 return KEEP_SLOT; in CollectSlots()
4182 return KEEP_SLOT; in CollectSlots()