Searched refs:InToPage (Results 1 – 6 of 6) sorted by relevance
262 DCHECK_IMPLIES(heap->gc_state() == NOT_IN_GC, InToPage(heap_object)); in InYoungGeneration()286 bool Heap::InToPage(Object object) { in InToPage() function288 return object.IsHeapObject() && InToPage(HeapObject::cast(object)); in InToPage()292 bool Heap::InToPage(MaybeObject object) { in InToPage() function294 return object->GetHeapObject(&heap_object) && InToPage(heap_object); in InToPage()298 bool Heap::InToPage(HeapObject heap_object) { in InToPage() function
135 return Heap::InToPage(*slot) in SemiSpaceCopyObject()184 return Heap::InToPage(*slot) in PromoteObject()419 Heap::InToPage(dest) || Heap::IsLargeObject(dest)); in ScavengeObject()449 } else if (Heap::InToPage(object)) { in CheckAndScavengeObject()
1212 static inline bool InToPage(Object object);1213 static inline bool InToPage(MaybeObject object);1214 static inline bool InToPage(HeapObject heap_object);
482 } else if (Heap::InToPage(obj)) { in UpdateMarkingWorklistAfterYoungGenGC()
415 Heap::InToPage(heap_object)); in VerifyHeapObjectImpl()4350 if (Heap::InToPage(heap_object)) { in CheckAndUpdateOldToNewSlot()4353 } else if (Heap::InToPage(heap_object)) { in CheckAndUpdateOldToNewSlot()4961 Heap::InToPage(heap_object)); in VerifyHeapObjectImpl()5005 DCHECK_IMPLIES(Heap::InYoungGeneration(*p), Heap::InToPage(*p)); in IsUnmarkedObjectForYoungGeneration()5630 DCHECK(Heap::InToPage(object)); in CheckAndMarkObject()
4742 Heap::InToPage(target)); in ShouldHaveBeenRecorded()