Home | History | Annotate | Download | only in x64

Lines Matching full:heap

40   // Return the pointer to the allocated already tagged as a heap object.
124 void LoadRoot(Register destination, Heap::RootListIndex index);
125 void StoreRoot(Register source, Heap::RootListIndex index);
132 void CompareRoot(Register with, Heap::RootListIndex index);
133 void CompareRoot(const Operand& with, Heap::RootListIndex index);
134 void PushRoot(Heap::RootListIndex index);
731 // Compare object type for heap object.
743 // (object is known to be a heap object)
778 Heap::RootListIndex root_value_index,
818 // and result_end have not yet been tagged as heap objects. If
852 // Allocate a heap number in new space with undefined value. Returns
1931 ASSERT(is_int32(static_cast<int64_t>(HEAP->NewSpaceMask())));
1933 reinterpret_cast<intptr_t>(HEAP->NewSpaceStart());
1940 and_(scratch, Immediate(static_cast<int32_t>(HEAP->NewSpaceMask())));