Searched defs:nativePtr (Results 1 – 3 of 3) sorted by relevance
504 public @NonNull Runnable registerNativeAllocation(@NonNull Object referent, long nativePtr) { in registerNativeAllocation()532 private long nativePtr; field in NativeAllocationRegistry.CleanerThunk546 public void setNativePtr(long nativePtr) { in setNativePtr()613 public static native void applyFreeFunction(long freeFunction, long nativePtr); in applyFreeFunction()
230 long nativePtr = doNativeAllocation(size); in testEarlyFree() local256 long nativePtr = doNativeAllocation(size); in testApplyFreeFunction() local260 NativeAllocationRegistry.applyFreeFunction(getNativeFinalizer(), nativePtr); in testApplyFreeFunction() local
26 void* nativePtr = reinterpret_cast<void*>(static_cast<uintptr_t>(ptr)); in NativeAllocationRegistry_applyFreeFunction() local