Home
last modified time | relevance | path

Searched refs:object_page (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h359 Page* object_page = Page::FromAddress(object_address); in FindAllocationMemento() local
360 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()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4424 TNode<IntPtrT> object_page = PageFromAddress(object_word); in ExtractToFixedArray() local
4426 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in ExtractToFixedArray()
4813 TNode<IntPtrT> object_page = PageFromAddress(object_word); in JumpIfPointersFromHereAreInteresting() local
4815 MachineType::IntPtr(), object_page, IntPtrConstant(Page::kFlagsOffset))); in JumpIfPointersFromHereAreInteresting()
11525 TNode<IntPtrT> object_page = PageFromAddress(object_word); in TrapAllocationMemento() local
11528 Load<IntPtrT>(object_page, IntPtrConstant(Page::kFlagsOffset)); in TrapAllocationMemento()
11556 Branch(WordEqual(object_page, memento_last_word_page), &map_check, in TrapAllocationMemento()