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

/art/runtime/gc/
H A Dheap-inl.h43 CheckPreconditionsForAllocObject(klass, byte_count);
H A Dheap.h210 void CheckPreconditionsForAllocObject(mirror::Class* c, size_t byte_count)
H A Dheap.cc3168 void Heap::CheckPreconditionsForAllocObject(mirror::Class* c, size_t byte_count) { function in class:art::gc::Heap

Completed in 71 milliseconds