Searched refs:odexOnly (Results 1 – 5 of 5) sorted by relevance
113 assert originalInstruction.getOpcode().odexOnly(); in setDeodexedInstruction()118 assert originalInstruction.getOpcode().odexOnly(); in restoreOdexedInstruction()
195 if (instructionToAnalyze.originalInstruction.getOpcode().odexOnly()) { in analyze()250 if (instruction.getOpcode().odexOnly()) { in analyze()
159 if (opcode.odexOnly()) { in writeTo()
337 if (instruction.getOpcode().odexOnly()) { in needsAnalyzed()
381 public final boolean odexOnly() { in odexOnly() method in Opcode