Home
last modified time | relevance | path

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

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