Searched refs:argClass (Results 1 – 1 of 1) sorted by relevance
1399 … Class<?> argClass = android.os.Build.VERSION.SDK_INT >= 29 ? Long.TYPE : Integer.TYPE; in internalCreate() local1401 … registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", argClass); in internalCreate()1402 … registerNativeFree = vm_runtime.getDeclaredMethod("registerNativeFree", argClass); in internalCreate()