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

/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc191 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, static_cast<size_t>(bytes));
/art/runtime/gc/
H A Dheap.h213 void RegisterNativeAllocation(JNIEnv* env, size_t bytes);
H A Dheap.cc3102 void Heap::RegisterNativeAllocation(JNIEnv* env, size_t bytes) { function in class:art::gc::Heap

Completed in 33 milliseconds