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 54 if (kCheckLargeObject && UNLIKELY(ShouldAllocLargeObject(klass, byte_count))) {
396 inline bool Heap::ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const {
heap.h 729 bool ShouldAllocLargeObject(mirror::Class* c, size_t byte_count) const
    [all...]

Completed in 41 milliseconds