Home
last modified time | relevance | path

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

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