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

/art/runtime/gc/allocator/
H A Drosalloc-inl.h26 inline ALWAYS_INLINE bool RosAlloc::ShouldCheckZeroMemory() { function in class:art::gc::allocator::RosAlloc
46 if (ShouldCheckZeroMemory() && m != nullptr) {
H A Drosalloc.h630 ALWAYS_INLINE bool ShouldCheckZeroMemory();
H A Drosalloc.cc334 if (ShouldCheckZeroMemory()) {
493 if (ShouldCheckZeroMemory()) {

Completed in 49 milliseconds