Home
last modified time | relevance | path

Searched refs:registerNativeAllocation (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java233 public Runnable registerNativeAllocation(Object referent, long nativePtr) { in registerNativeAllocation() method in NativeAllocationRegistry
247 registerNativeAllocation(this.size); in registerNativeAllocation()
292 private static void registerNativeAllocation(long size) { in registerNativeAllocation() method in NativeAllocationRegistry
302 runtime.registerNativeAllocation(size); in registerNativeAllocation()
/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java91 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation()
157 Runnable cleaner = registry.registerNativeAllocation(referent, nativePtr); in testEarlyFree()
183 registry.registerNativeAllocation(null, fakeNativePtr); in testNullArguments()
190 registry.registerNativeAllocation(referent, 0); in testNullArguments()
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java518 public native void registerNativeAllocation(long bytes); in registerNativeAllocation() method in VMRuntime
528 public void registerNativeAllocation(int bytes) { in registerNativeAllocation() method in VMRuntime
529 registerNativeAllocation((long) bytes); in registerNativeAllocation()
/libcore/luni/src/main/java/java/math/
DBigInt.java48 registry.registerNativeAllocation(this, this.bignum); in makeValid()
55 registry.registerNativeAllocation(bi, bi.bignum); in newBigInt()
/libcore/mmodules/intracoreapi/api/intra/
Dcurrent-api.txt138 …e.api.CorePlatformApi @libcore.api.IntraCoreApi public Runnable registerNativeAllocation(Object, l…
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt683 method public void registerNativeAllocation(long);
684 method @Deprecated public void registerNativeAllocation(int);
1098 method public Runnable registerNativeAllocation(Object, long);