HomeSort by relevance Sort by last modified time
    Searched refs:RegisterNativeAllocation (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
dalvik_system_VMRuntime.cc 191 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, static_cast<size_t>(bytes));
561 NATIVE_METHOD(VMRuntime, registerNativeAllocation, "(I)V"),
  /art/runtime/gc/
heap.h 213 void RegisterNativeAllocation(JNIEnv* env, size_t bytes);
    [all...]
heap.cc     [all...]

Completed in 466 milliseconds