Home
last modified time | relevance | path

Searched refs:targetInstructionSet (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java4763 final String targetInstructionSet; in performDexOpt() local
4778 targetInstructionSet = instructionSet != null ? instructionSet : in performDexOpt()
4780 if (p.mDexOptPerformed.contains(targetInstructionSet)) { in performDexOpt()
4786 final String[] instructionSets = new String[] { targetInstructionSet }; in performDexOpt()