Searched refs:isFreeObject (Results 1 – 3 of 3) sorted by relevance
4115 bool isFreeObject(void* ptr) const { return m_freeObjects.contains(ptr); } in CreateCacheIfNecessary() function in WTF::FreeObjectFinder4116 bool isFreeObject(vm_address_t ptr) const { return isFreeObject(reinterpret_cast<void*>(ptr)); } in CreateCacheIfNecessary() function in WTF::FreeObjectFinder4212 if (!m_freeObjectFinder.isFreeObject(spanStartAddress)) in CreateCacheIfNecessary()4220 if (!m_freeObjectFinder.isFreeObject(object)) in CreateCacheIfNecessary()
1096 (WTF::FreeObjectFinder::isFreeObject):
10117 (WTF::TCMallocStats::FreeObjectFinder::isFreeObject):