OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetInstruction
(Results
1 - 2
of
2
) sorted by null
/external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java
91
Instruction
targetInstruction
=
94
if (
targetInstruction
.opcode == InstructionConstants.OP_GOTO)
97
int targetBranchOffset = ((BranchInstruction)
targetInstruction
).branchOffset;
GotoReturnReplacer.java
88
Instruction
targetInstruction
= InstructionFactory.create(codeAttribute.code,
90
switch (
targetInstruction
.opcode)
100
new SimpleInstruction(
targetInstruction
.opcode);
Completed in 948 milliseconds