OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacementinstruction
(Results
1 - 11
of
11
) sorted by null
/external/proguard/src/proguard/classfile/editor/
MethodInvocationFixer.java
103
Instruction
replacementInstruction
=
107
codeAttributeEditor.replaceInstruction(offset,
replacementInstruction
);
111
debug(clazz, method, offset, constantInstruction,
replacementInstruction
);
124
Instruction
replacementInstruction
=
128
codeAttributeEditor.replaceInstruction(offset,
replacementInstruction
);
132
debug(clazz, method, offset, constantInstruction,
replacementInstruction
);
149
Instruction
replacementInstruction
=
154
codeAttributeEditor.replaceInstruction(offset,
replacementInstruction
);
158
debug(clazz, method, offset, constantInstruction,
replacementInstruction
);
174
Instruction
replacementInstruction
[
all
...]
InstructionWriter.java
84
Instruction
replacementInstruction
=
89
replaceInstruction(offset,
replacementInstruction
);
109
Instruction
replacementInstruction
=
114
replaceInstruction(offset,
replacementInstruction
);
134
Instruction
replacementInstruction
=
144
replacementInstruction
=
193
replaceInstruction(offset,
replacementInstruction
);
CodeAttributeEditor.java
461
Instruction
replacementInstruction
= replacements[offset];
462
if (
replacementInstruction
!= null &&
463
replacementInstruction
.length(offset) !=
487
Instruction
replacementInstruction
= replacements[offset];
488
if (
replacementInstruction
!= null)
490
replacementInstruction
.write(codeAttribute, offset);
494
System.out.println(" Replaced "+
replacementInstruction
.toString(newOffset));
602
Instruction
replacementInstruction
= replacements[oldOffset];
603
if (
replacementInstruction
!= null)
605
newOffset +=
replacementInstruction
.length(newOffset)
[
all
...]
VariableRemapper.java
134
Instruction
replacementInstruction
=
139
codeAttributeEditor.replaceInstruction(offset,
replacementInstruction
);
ConstantPoolRemapper.java
461
Instruction
replacementInstruction
=
466
codeAttributeEditor.replaceInstruction(offset,
replacementInstruction
);
/external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java
443
Instruction
replacementInstruction
=
447
replaceInstruction(clazz, offset, instruction,
replacementInstruction
);
510
Instruction
replacementInstruction
=
514
replaceInstruction(clazz, offset, instruction,
replacementInstruction
);
578
Instruction
replacementInstruction
=
582
replaceInstruction(clazz, offset, instruction,
replacementInstruction
);
645
Instruction
replacementInstruction
=
649
replaceInstruction(clazz, offset, instruction,
replacementInstruction
);
701
Instruction
replacementInstruction
=
704
replaceInstruction(clazz, offset, instruction,
replacementInstruction
);
[
all
...]
EvaluationShrinker.java
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java
200
private Instruction
replacementInstruction
;
217
return
replacementInstruction
.shrink();
225
replacementInstruction
=
233
replacementInstruction
=
242
replacementInstruction
=
251
replacementInstruction
=
259
replacementInstruction
=
271
replacementInstruction
=
/external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java
276
Instruction
replacementInstruction
=
280
codeAttributeComposer.appendInstruction(offset,
replacementInstruction
);
332
Instruction
replacementInstruction
=
336
codeAttributeComposer.appendInstruction(offset,
replacementInstruction
);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java
497
private void replaceInstructionAtAddress(int codeAddress, Instruction
replacementInstruction
) {
534
instructions[instructionIndex] =
replacementInstruction
;
538
if (originalInstruction.getSize(codeAddress) ==
replacementInstruction
.getSize(codeAddress)) {
[
all
...]
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 301 milliseconds