Searched refs:object_page (Results 1 – 2 of 2) sorted by relevance
501 Page* object_page = Page::FromAddress(object_address); in FindAllocationMemento() local502 if (object_page->IsFlagSet(Page::NEW_SPACE_BELOW_AGE_MARK)) { in FindAllocationMemento()504 reinterpret_cast<SemiSpace*>(object_page->owner())->age_mark(); in FindAllocationMemento()505 if (!object_page->Contains(age_mark)) { in FindAllocationMemento()
3998 TNode<IntPtrT> object_page = PageFromAddress(object_word); in ExtractToFixedArray() local4000 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in ExtractToFixedArray()4434 TNode<IntPtrT> object_page = PageFromAddress(object_word); in JumpIfPointersFromHereAreInteresting() local4436 MachineType::IntPtr(), object_page, IntPtrConstant(Page::kFlagsOffset))); in JumpIfPointersFromHereAreInteresting()10226 TNode<IntPtrT> object_page = PageFromAddress(object_word); in TrapAllocationMemento() local10229 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in TrapAllocationMemento()10257 Branch(WordEqual(object_page, memento_last_word_page), &map_check, in TrapAllocationMemento()