Home
last modified time | relevance | path

Searched refs:HasPreAlloc (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dallocation_listener.h63 virtual bool HasPreAlloc() const { return false; } in HasPreAlloc() function
Dheap-inl.h72 if (UNLIKELY(l != nullptr) && UNLIKELY(l->HasPreAlloc())) { in AllocObjectWithAllocator()
Dheap.cc1763 if (UNLIKELY(l != nullptr) && UNLIKELY(l->HasPreAlloc())) { in AllocateInternalWithGc()
/art/openjdkjvmti/
Dalloc_manager.h63 bool HasPreAlloc() const override REQUIRES_SHARED(art::Locks::mutator_lock_);
Dalloc_manager.cc95 bool JvmtiAllocationListener::HasPreAlloc() const { in HasPreAlloc() function in openjdkjvmti::JvmtiAllocationListener