Searched refs:sharedLibraryIsa (Results 1 – 1 of 1) sorted by relevance
5010 private static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() argument5011 String dexCodeIsa = SystemProperties.get("ro.dalvik.vm.isa." + sharedLibraryIsa); in getDexCodeInstructionSet()5012 return (dexCodeIsa.isEmpty() ? sharedLibraryIsa : dexCodeIsa); in getDexCodeInstructionSet()