Searched refs:registerNativeAllocation (Results 1 – 6 of 6) sorted by relevance
233 public Runnable registerNativeAllocation(Object referent, long nativePtr) { in registerNativeAllocation() method in NativeAllocationRegistry247 registerNativeAllocation(this.size); in registerNativeAllocation()292 private static void registerNativeAllocation(long size) { in registerNativeAllocation() method in NativeAllocationRegistry302 runtime.registerNativeAllocation(size); in registerNativeAllocation()
91 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()
518 public native void registerNativeAllocation(long bytes); in registerNativeAllocation() method in VMRuntime528 public void registerNativeAllocation(int bytes) { in registerNativeAllocation() method in VMRuntime529 registerNativeAllocation((long) bytes); in registerNativeAllocation()
48 registry.registerNativeAllocation(this, this.bignum); in makeValid()55 registry.registerNativeAllocation(bi, bi.bignum); in newBigInt()
138 …e.api.CorePlatformApi @libcore.api.IntraCoreApi public Runnable registerNativeAllocation(Object, l…
683 method public void registerNativeAllocation(long);684 method @Deprecated public void registerNativeAllocation(int);1098 method public Runnable registerNativeAllocation(Object, long);