Searched refs:JHPCheckNonTlabSampleAllocation (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/gc/ |
H A D | heap-inl.h | 293 JHPCheckNonTlabSampleAllocation(self, obj, byte_count); in AllocLargeObject()
|
H A D | heap.h | 268 JHPCheckNonTlabSampleAllocation(self, obj, num_bytes); in AllocNonMovableObject() 873 void JHPCheckNonTlabSampleAllocation(Thread* self,
|
H A D | heap.cc | 4181 void Heap::JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* obj, size_t alloc_size) { in JHPCheckNonTlabSampleAllocation() function in art::gc::Heap 4380 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB() 4391 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB() 4404 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB()
|