Searched refs:requiredInstructionSet (Results 1 – 1 of 1) sorted by relevance
504 String requiredInstructionSet = null; in getAdjustedAbiForSharedUser() local508 requiredInstructionSet = VMRuntime.getInstructionSet(pkgRawPrimaryCpuAbi); in getAdjustedAbiForSharedUser()528 if (requiredInstructionSet != null && !requiredInstructionSet.equals(instructionSet)) { in getAdjustedAbiForSharedUser()533 + " requires " + requiredInstructionSet + " whereas " + ps in getAdjustedAbiForSharedUser()538 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()539 requiredInstructionSet = instructionSet; in getAdjustedAbiForSharedUser()544 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()