HomeSort by relevance Sort by last modified time
    Searched refs:ShouldAllocLargeObject (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap-inl.h 65 if (kCheckLargeObject && UNLIKELY(ShouldAllocLargeObject(klass, byte_count))) {
388 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const {
heap.h     [all...]

Completed in 205 milliseconds