Searched refs:odexOnly (Results 1 – 5 of 5) sorted by relevance
133 assert originalInstruction.getOpcode().odexOnly(); in setDeodexedInstruction()138 assert originalInstruction.getOpcode().odexOnly(); in restoreOdexedInstruction()
199 if (instructionToAnalyze.originalInstruction.getOpcode().odexOnly()) { in analyze()254 if (instruction.getOpcode().odexOnly()) { in analyze()
167 if (opcode.odexOnly()) { in writeTo()
396 if (instruction.getOpcode().odexOnly()) { in needsAnalyzed()
434 public final boolean odexOnly() { in odexOnly() method in Opcode