OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_RETURN
(Results
1 - 25
of
34
) sorted by null
1
2
/dalvik/vm/mterp/c/
OP_RETURN.cpp
4
(INST_INST(inst) ==
OP_RETURN
) ? "" : "-object", vsrc1);
/external/proguard/src/proguard/optimize/peephole/
GotoReturnReplacer.java
97
case InstructionConstants.
OP_RETURN
:
ReachableCodeMarker.java
124
opcode == InstructionConstants.
OP_RETURN
||
MethodInliner.java
339
case InstructionConstants.
OP_RETURN
:
/external/quake/quake/src/QW/server/
pr_comp.h
94
OP_RETURN
,
pr_exec.c
639
case
OP_RETURN
:
/external/quake/quake/src/WinQuake/
pr_comp.h
95
OP_RETURN
,
pr_exec.cpp
639
case
OP_RETURN
:
/external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java
207
public static final byte
OP_RETURN
= -79;
InstructionFactory.java
160
case InstructionConstants.
OP_RETURN
:
/external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java
96
opcode == InstructionConstants.
OP_RETURN
)))
/external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java
174
opcode == InstructionConstants.
OP_RETURN
||
/external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java
180
case InstructionConstants.
OP_RETURN
:
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
45
int
OP_RETURN
= 0x000f;
/dalvik/vm/analysis/
Liveness.cpp
342
case
OP_RETURN
:
DexVerify.cpp
828
case
OP_RETURN
:
[
all
...]
CodeVerify.cpp
[
all
...]
/external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java
842
composer.appendInstruction(3, new SimpleInstruction(InstructionConstants.
OP_RETURN
));
/dalvik/libdex/
DexOpcodes.h
86
OP_RETURN
= 0x0f,
608
H(
OP_RETURN
), \
[
all
...]
/dalvik/vm/compiler/
Frontend.cpp
71
case
OP_RETURN
:
188
case
OP_RETURN
:
[
all
...]
/external/proguard/src/proguard/evaluation/
Processor.java
521
case InstructionConstants.
OP_RETURN
:
[
all
...]
/dalvik/vm/interp/
Interp.cpp
849
if (opcode == OP_RETURN_VOID || opcode ==
OP_RETURN
||
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
Completed in 494 milliseconds
1
2