Home
last modified time | relevance | path

Searched defs:nativePtr (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java233 public Runnable registerNativeAllocation(Object referent, long nativePtr) { in registerNativeAllocation()
260 private long nativePtr; field in NativeAllocationRegistry.CleanerThunk
273 public void setNativePtr(long nativePtr) { in setNativePtr()
320 public static native void applyFreeFunction(long freeFunction, long nativePtr); in applyFreeFunction()
/libcore/luni/src/main/native/
Dlibcore_util_NativeAllocationRegistry.cpp26 void* nativePtr = reinterpret_cast<void*>(static_cast<uintptr_t>(ptr)); in NativeAllocationRegistry_applyFreeFunction() local
/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java155 long nativePtr = doNativeAllocation(size); in testEarlyFree() local