Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java65 final int nativeSize = size / 2; in testNativeAllocation() local
81 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()
84 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()
90 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()
120 long nativeReachableBytes = numSavedAllocations * nativeSize; in testNativeAllocation()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java219 private static native int nativeSize(); in nativeSize() method in Matcher