Searched defs:replacementInstruction (Results 1 – 9 of 9) sorted by relevance
101 Instruction replacementInstruction = in visitConstantInstruction() local122 Instruction replacementInstruction = in visitConstantInstruction() local147 Instruction replacementInstruction = in visitConstantInstruction() local173 Instruction replacementInstruction = in visitConstantInstruction() local229 Instruction replacementInstruction) in debug()
547 Instruction replacementInstruction = replacements[offset]; in canPerformSimpleReplacements() local573 Instruction replacementInstruction = replacements[offset]; in performSimpleReplacements() local688 Instruction replacementInstruction = replacements[oldOffset]; in mapInstruction() local774 Instruction replacementInstruction = replacements[oldOffset]; in moveInstruction() local
195 Instruction replacementInstruction = in visitVariableInstruction() local
517 Instruction replacementInstruction = in visitConstantInstruction() local
481 Instruction replacementInstruction = in replaceIntegerPushInstruction() local551 Instruction replacementInstruction = in replaceLongPushInstruction() local625 Instruction replacementInstruction = in replaceFloatPushInstruction() local695 Instruction replacementInstruction = in replaceDoublePushInstruction() local755 Instruction replacementInstruction = in replaceConstantPushInstruction() local772 Instruction replacementInstruction = in replaceVariablePushInstruction() local850 Instruction replacementInstruction = in replaceBranchInstruction() local1051 Instruction replacementInstruction = null; in cleanUpSwitchInstruction() local1119 Instruction replacementInstruction = in trimSwitchInstruction() local1172 Instruction replacementInstruction = in trimSwitchInstruction() local[all …]
995 Instruction replacementInstruction = new SimpleInstruction(newOpcode); in visitSimpleInstruction() local1011 … SimpleInstruction replacementInstruction = new SimpleInstruction((byte)newOpcodes); in visitSimpleInstruction() local1710 Instruction replacementInstruction = in insertPushInstructions() local1888 Instruction replacementInstruction = in replaceByStaticInvocation() local1910 Instruction replacementInstruction = in replaceByInfiniteLoop() local
631 Instruction replacementInstruction) in replaceInstruction()
273 Instruction replacementInstruction = in visitVariableInstruction() local329 Instruction replacementInstruction = in visitBranchInstruction() local
240 private Instruction replacementInstruction; field in InstructionSequenceReplacer.MyReplacementInstructionFactory