Home
last modified time | relevance | path

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

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