Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc321 Runtime::Current()->GetHeap()->NotifyNativeAllocations(env); in VMRuntime_notifyNativeAllocationsInternal()
/art/runtime/gc/
Dheap.h315 void NotifyNativeAllocations(JNIEnv* env)
Dheap.cc3951 void Heap::NotifyNativeAllocations(JNIEnv* env) { in NotifyNativeAllocations() function in art::gc::Heap