Searched refs:nativeSize (Results 1 – 2 of 2) sorted by relevance
76 final int nativeSize = size / 2; in testNativeAllocation() local93 TestClass.class, getNativeFinalizer(), nativeSize) in testNativeAllocation()95 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()99 TestClass.class, getNativeFinalizer(), nativeSize) in testNativeAllocation()101 classLoader, getNativeFinalizer(), nativeSize); in testNativeAllocation()107 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()137 long nativeReachableBytes = numSavedAllocations * nativeSize; in testNativeAllocation()
219 private static native int nativeSize(); in nativeSize() method in Matcher