Searched refs:InFromPage (Results 1 – 7 of 7) sorted by relevance
164 DCHECK(!Heap::InFromPage(*slot)); in SemiSpaceCopyObject()200 DCHECK(!Heap::InFromPage(*slot)); in PromoteObject()361 SLOW_DCHECK(Heap::InFromPage(source)); in EvacuateObject()390 DCHECK(Heap::InFromPage(object)); in ScavengeObject()421 if (Heap::InFromPage(object)) { in CheckAndScavengeObject()
417 bool Heap::InFromPage(Object object) { in InFromPage() function419 return object.IsHeapObject() && InFromPage(HeapObject::cast(object)); in InFromPage()423 bool Heap::InFromPage(MaybeObject object) { in InFromPage() function425 return object->GetHeapObject(&heap_object) && InFromPage(heap_object); in InFromPage()429 bool Heap::InFromPage(HeapObject heap_object) { in InFromPage() function
91 if (Heap::InFromPage(target)) { in HandleSlot()132 return Heap::InFromPage(object) && in IsUnscavengedHeapObject()138 return Heap::InFromPage(heap_object) && in IsUnscavengedHeapObject()151 if (!Heap::InFromPage(object)) { in RetainAs()
1163 static inline bool InFromPage(Object object);1164 static inline bool InFromPage(MaybeObject object);1165 static inline bool InFromPage(HeapObject heap_object);2593 } else if (Heap::InFromPage(heap_obj)) { in ForwardingAddress()
451 if (Heap::InFromPage(obj)) { in UpdateMarkingWorklistAfterScavenge()
2665 DCHECK_IMPLIES(!Heap::InFromPage(heap_obj), in UpdateSlot()2676 DCHECK(!Heap::InFromPage(target)); in UpdateSlot()3630 if (Heap::InFromPage(heap_object)) { in CheckAndUpdateOldToNewSlot()
2404 if (InFromPage(obj)) { in UpdateYoungReferenceInExternalStringTableEntry()