Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h295 JHPCheckNonTlabSampleAllocation(self, obj, byte_count); in AllocLargeObject()
Dheap.h284 JHPCheckNonTlabSampleAllocation(self, obj, num_bytes); in AllocNonMovableObject()
921 EXPORT void JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* ret, size_t alloc_size);
Dheap.cc4274 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()