Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h297 JHPCheckNonTlabSampleAllocation(self, obj, byte_count); in AllocLargeObject()
H A Dheap.h284 JHPCheckNonTlabSampleAllocation(self, obj, num_bytes); in AllocNonMovableObject()
922 EXPORT void JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* ret, size_t alloc_size);
H A Dheap.cc4293 JHPCheckNonTlabSampleAllocation(Thread::Current(), nullptr, bytes); in RegisterNativeAllocation()
4444 void Heap::JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* obj, size_t alloc_size) { in JHPCheckNonTlabSampleAllocation() function in art::gc::Heap
4637 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB()
4650 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB()
4665 JHPCheckNonTlabSampleAllocation(self, ret, alloc_size); in AllocWithNewTLAB()