Searched refs:JHPCheckNonTlabSampleAllocation (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 295 JHPCheckNonTlabSampleAllocation(self, obj, byte_count); in AllocLargeObject()
|
D | heap.h | 284 JHPCheckNonTlabSampleAllocation(self, obj, num_bytes); in AllocNonMovableObject() 921 EXPORT void JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* ret, size_t alloc_size);
|
D | heap.cc | 4274 JHPCheckNonTlabSampleAllocation(Thread::Current(), nullptr, bytes); in RegisterNativeAllocation() 4425 void Heap::JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* obj, size_t alloc_size) { in JHPCheckNonTlabSampleAllocation() function in art::gc::Heap 4618 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB() 4631 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB() 4646 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB()
|