Home
last modified time | relevance | path

Searched refs:getNativeFinalizer (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java81 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()
84 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()
151 classLoader, getNativeFinalizer(), -8); in testBadSize()
164 = new NativeAllocationRegistry(classLoader, getNativeFinalizer(), size); in testEarlyFree()
195 NativeAllocationRegistry.applyFreeFunction(getNativeFinalizer(), nativePtr); in testApplyFreeFunction()
202 = new NativeAllocationRegistry(classLoader, getNativeFinalizer(), 1024); in testNullArguments()
231 private static native long getNativeFinalizer(); in getNativeFinalizer() method in NativeAllocationRegistryTest
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java209 private static native long getNativeFinalizer(); in getNativeFinalizer() method in Matcher