Searched refs:requiredInstructionSet (Results 1 – 1 of 1) sorted by relevance
571 String requiredInstructionSet = null; in getAdjustedAbiForSharedUser() local575 requiredInstructionSet = VMRuntime.getInstructionSet(pkgRawPrimaryCpuAbi); in getAdjustedAbiForSharedUser()595 if (requiredInstructionSet != null && !requiredInstructionSet.equals(instructionSet)) { in getAdjustedAbiForSharedUser()600 + " requires " + requiredInstructionSet + " whereas " + ps in getAdjustedAbiForSharedUser()605 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()606 requiredInstructionSet = instructionSet; in getAdjustedAbiForSharedUser()611 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()