Searched refs:old_address (Results 1 – 3 of 3) sorted by relevance
390 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() argument391 NewSpacePage* page = NewSpacePage::FromAddress(old_address); in ShouldBePromoted()394 (!page->ContainsLimit(age_mark) || old_address < age_mark); in ShouldBePromoted()
966 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()