Searched refs:KEEP_SLOT (Results 1 – 7 of 7) sorted by relevance
218 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()
24 enum SlotCallbackResult { KEEP_SLOT, REMOVE_SLOT }; enumerator488 if (callback(MaybeObjectSlot(chunk_start + slot)) == KEEP_SLOT) { in Iterate()681 if (callback(type, addr) == KEEP_SLOT) { in Iterate()
80 return KEEP_SLOT; in CheckNoneInRange()246 : KEEP_SLOT; in RemoveRangeTyped()
106 return KEEP_SLOT; in MergeOldToNewRememberedSets()
97 if (result == KEEP_SLOT) { in HandleSlot()
3644 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()3658 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()3663 return KEEP_SLOT; in CheckAndUpdateOldToNewSlot()4841 return KEEP_SLOT; in CheckAndMarkObject()
4162 return KEEP_SLOT; in CollectSlots()4173 return KEEP_SLOT; in CollectSlots()4182 return KEEP_SLOT; in CollectSlots()