Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h57 CheckPreconditionsForAllocObject(klass, byte_count); in AllocObjectWithAllocator()
Dheap.h303 void CheckPreconditionsForAllocObject(ObjPtr<mirror::Class> c, size_t byte_count)
Dheap.cc3993 void Heap::CheckPreconditionsForAllocObject(ObjPtr<mirror::Class> c, size_t byte_count) { in CheckPreconditionsForAllocObject() function in art::gc::Heap