Searched refs:object_page (Results 1 – 2 of 2) sorted by relevance
359 Page* object_page = Page::FromAddress(object_address); in FindAllocationMemento() local360 if (object_page->IsFlagSet(Page::NEW_SPACE_BELOW_AGE_MARK)) { in FindAllocationMemento()362 reinterpret_cast<SemiSpace*>(object_page->owner())->age_mark(); in FindAllocationMemento()363 if (!object_page->Contains(age_mark)) { in FindAllocationMemento()
4424 TNode<IntPtrT> object_page = PageFromAddress(object_word); in ExtractToFixedArray() local4426 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in ExtractToFixedArray()4813 TNode<IntPtrT> object_page = PageFromAddress(object_word); in JumpIfPointersFromHereAreInteresting() local4815 MachineType::IntPtr(), object_page, IntPtrConstant(Page::kFlagsOffset))); in JumpIfPointersFromHereAreInteresting()11525 TNode<IntPtrT> object_page = PageFromAddress(object_word); in TrapAllocationMemento() local11528 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in TrapAllocationMemento()11556 Branch(WordEqual(object_page, memento_last_word_page), &map_check, in TrapAllocationMemento()