Searched refs:old_address (Results 1 – 3 of 3) sorted by relevance
370 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() argument371 NewSpacePage* page = NewSpacePage::FromAddress(old_address); in ShouldBePromoted()374 (!page->ContainsLimit(age_mark) || old_address < age_mark); in ShouldBePromoted()
1160 inline bool ShouldBePromoted(Address old_address, int object_size);
3795 LSS_INLINE void *LSS_NAME(mremap)(void *old_address, size_t old_size, in LSS_NAME()3801 rc = LSS_NAME(_mremap)(old_address, old_size, new_size, in LSS_NAME()