Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc298 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeAllocation()
/art/runtime/gc/
Dheap.h315 void RegisterNativeAllocation(JNIEnv* env, size_t bytes)
Dheap.cc4017 void Heap::RegisterNativeAllocation(JNIEnv* env, size_t bytes) { in RegisterNativeAllocation() function in art::gc::Heap