Searched refs:getNativeFinalizer (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | NativeAllocationRegistryTest.java | 81 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation() 84 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation() 141 classLoader, getNativeFinalizer(), -8); in testBadSize() 154 = new NativeAllocationRegistry(classLoader, getNativeFinalizer(), size); in testEarlyFree() 176 = new NativeAllocationRegistry(classLoader, getNativeFinalizer(), 1024); in testNullArguments() 205 private static native long getNativeFinalizer(); in getNativeFinalizer() method in NativeAllocationRegistryTest
|
/libcore/luni/src/main/java/java/math/ |
D | NativeBN.java | 133 public static native long getNativeFinalizer(); in getNativeFinalizer() method in NativeBN
|
D | BigInt.java | 30 BigInt.class.getClassLoader(), NativeBN.getNativeFinalizer());
|
/libcore/ojluni/annotations/hiddenapi/java/util/regex/ |
D | Matcher.java | 209 private static native long getNativeFinalizer(); in getNativeFinalizer() method in Matcher
|
/libcore/luni/src/main/native/ |
D | java_math_NativeBN.cpp | 559 NATIVE_METHOD(NativeBN, getNativeFinalizer, "()J"),
|