Searched defs:ShouldAllocLargeObject (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h52 if (kCheckLargeObject && UNLIKELY(ShouldAllocLargeObject(klass, byte_count))) {
294 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const { function in class:art::gc::Heap

Completed in 20 milliseconds