OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:branchInstruction
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/classfile/editor/
InstructionWriter.java
124
public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,
BranchInstruction
branchInstruction
)
129
branchInstruction
.write(codeAttribute, offset);
135
new
BranchInstruction
(InstructionConstants.OP_GOTO_W,
136
branchInstruction
.branchOffset);
139
switch (
branchInstruction
.opcode)
145
new
BranchInstruction
(
branchInstruction
.opcode,
146
branchInstruction
.branchOffset).shrink();
169
new
BranchInstruction
((byte)(((branchInstruction.opcode+1) ^ 1) - 1)
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
MethodInliner.java
344
Instruction
branchInstruction
=
345
new
BranchInstruction
(InstructionConstants.OP_GOTO_W,
349
branchInstruction
.shrink());
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 315 milliseconds