OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_GOTO
(Results
1 - 25
of
47
) sorted by null
1
2
/external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java
72
case InstructionConstants.OP_GOTO_W: return InstructionConstants.
OP_GOTO
;
88
opcode = InstructionConstants.
OP_GOTO
;
98
if (opcode == InstructionConstants.
OP_GOTO
)
InstructionConstants.java
197
public static final byte
OP_GOTO
= -89;
InstructionFactory.java
269
case InstructionConstants.
OP_GOTO
:
/external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java
79
if (opcode == InstructionConstants.
OP_GOTO
||
95
if (targetInstruction.opcode == InstructionConstants.
OP_GOTO
)
GotoReturnReplacer.java
79
if (opcode == InstructionConstants.
OP_GOTO
||
GotoCommonCodeReplacer.java
102
if ((opcode == InstructionConstants.
OP_GOTO
||
ReachableCodeMarker.java
154
if (opcode == InstructionConstants.
OP_GOTO
||
InstructionSequenceConstants.java
[
all
...]
BranchTargetFinder.java
585
if (opcode == InstructionConstants.
OP_GOTO
||
/external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java
274
new BranchInstruction(InstructionConstants.
OP_GOTO
,
330
new BranchInstruction(InstructionConstants.
OP_GOTO
,
/external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java
339
case InstructionConstants.
OP_GOTO
:
[
all
...]
EvaluationShrinker.java
235
if (instruction.opcode == InstructionConstants.
OP_GOTO
&&
[
all
...]
/external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java
219
opcode == InstructionConstants.
OP_GOTO
||
/external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java
193
new BranchInstruction(InstructionConstants.
OP_GOTO
, -gotoOffset));
/dalvik/libdex/
DexOpcodes.h
111
OP_GOTO
= 0x28,
377
H(
OP_GOTO
), \
[
all
...]
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
70
int
OP_GOTO
= 0x0028;
/external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java
[
all
...]
/external/proguard/src/proguard/evaluation/
Processor.java
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar
Completed in 799 milliseconds
1
2