Searched refs:odexOnly (Results 1 – 5 of 5) sorted by relevance
150 assert originalInstruction.getOpcode().odexOnly(); in setDeodexedInstruction()155 assert originalInstruction.getOpcode().odexOnly(); in restoreOdexedInstruction()
194 if (instructionToAnalyze.originalInstruction.getOpcode().odexOnly()) { in analyze()249 if (instruction.getOpcode().odexOnly()) { in analyze()
189 if (opcode.odexOnly()) { in writeTo()
396 if (instruction.getOpcode().odexOnly()) { in needsAnalyzed()
432 public final boolean odexOnly() { in odexOnly() method in Opcode