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