Searched refs:HasPreAlloc (Results 1 – 5 of 5) sorted by relevance
63 virtual bool HasPreAlloc() const { return false; } in HasPreAlloc() function
72 if (UNLIKELY(l != nullptr) && UNLIKELY(l->HasPreAlloc())) { in AllocObjectWithAllocator()
1816 if (UNLIKELY(l != nullptr) && UNLIKELY(l->HasPreAlloc())) { in AllocateInternalWithGc()
63 bool HasPreAlloc() const override REQUIRES_SHARED(art::Locks::mutator_lock_);
95 bool JvmtiAllocationListener::HasPreAlloc() const { in HasPreAlloc() function in openjdkjvmti::JvmtiAllocationListener