Home
last modified time | relevance | path

Searched refs:ShouldCheckZeroMemory (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc-inl.h26 inline ALWAYS_INLINE bool RosAlloc::ShouldCheckZeroMemory() { in ShouldCheckZeroMemory() function
46 if (ShouldCheckZeroMemory() && m != nullptr) { in Alloc()
Drosalloc.h631 ALWAYS_INLINE bool ShouldCheckZeroMemory();
Drosalloc.cc342 if (ShouldCheckZeroMemory()) { in FreePages()
489 if (ShouldCheckZeroMemory()) { in AllocLargeObject()