Searched refs:requiredInstructionSet (Results 1 – 1 of 1) sorted by relevance
6413 String requiredInstructionSet = null; in adjustCpuAbisForSharedUserLPw() local6415 requiredInstructionSet = VMRuntime.getInstructionSet( in adjustCpuAbisForSharedUserLPw()6431 … if (requiredInstructionSet != null && !instructionSet.equals(requiredInstructionSet)) { in adjustCpuAbisForSharedUserLPw()6436 + " requires " + requiredInstructionSet + " whereas " + ps in adjustCpuAbisForSharedUserLPw()6441 if (requiredInstructionSet == null) { in adjustCpuAbisForSharedUserLPw()6442 requiredInstructionSet = instructionSet; in adjustCpuAbisForSharedUserLPw()6448 if (requiredInstructionSet != null) { in adjustCpuAbisForSharedUserLPw()