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

  /art/runtime/native/
dalvik_system_VMRuntime.cc 164 Runtime::Current()->GetHeap()->RegisterNativeFree(bytes);
213 NATIVE_METHOD(VMRuntime, registerNativeFree, "(I)V"),
  /art/runtime/gc/
heap.h 136 void RegisterNativeFree(int bytes) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
heap.cc     [all...]

Completed in 246 milliseconds