Searched refs:RegisterNativeAllocation (Results 1 – 3 of 3) sorted by relevance
298 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeAllocation()
315 void RegisterNativeAllocation(JNIEnv* env, size_t bytes)
4017 void Heap::RegisterNativeAllocation(JNIEnv* env, size_t bytes) { in RegisterNativeAllocation() function in art::gc::Heap