Home
last modified time | relevance | path

Searched refs:PreObjectAllocated (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/gc/
H A Dallocation_listener.h57 virtual void PreObjectAllocated(Thread* self ATTRIBUTE_UNUSED, in PreObjectAllocated() function
H A Dheap-inl.h75 l->PreObjectAllocated(self, h_klass, &byte_count); in AllocObjectWithAllocator()
H A Dheap.cc1817 l->PreObjectAllocated(self, h_klass, &alloc_size); in AllocateInternalWithGc()
/aosp12/art/openjdkjvmti/
H A Dalloc_manager.h64 void PreObjectAllocated(art::Thread* self,
H A Dalloc_manager.cc99 void JvmtiAllocationListener::PreObjectAllocated(art::Thread* self, in PreObjectAllocated() function in openjdkjvmti::JvmtiAllocationListener