OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_return
(Results
1 - 25
of
53
) sorted by null
1
2
3
/dalvik/vm/mterp/c/
OP_RETURN_OBJECT.cpp
1
%include "c/
OP_RETURN
.cpp"
OP_RETURN.cpp
4
(INST_INST(inst) ==
OP_RETURN
) ? "" : "-object", vsrc1);
/dalvik/vm/mterp/armv5te/
OP_RETURN_OBJECT.S
2
%include "armv5te/
OP_RETURN
.S"
/dalvik/vm/mterp/mips/
OP_RETURN_OBJECT.S
2
%include "mips/
OP_RETURN
.S"
/dalvik/vm/mterp/x86/
OP_RETURN_OBJECT.S
2
%include "x86/
OP_RETURN
.S"
/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
:
/dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp
125
int
op_return
() {
function
Lower.cpp
521
case
OP_RETURN
:
523
return
op_return
();
/external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java
96
opcode == InstructionConstants.
OP_RETURN
)))
/external/chromium_org/third_party/freetype/src/psaux/
t1decode.c
69
op_return
,
enumerator in enum:T1_Operator_
486
op =
op_return
;
635
case
op_return
:
[
all
...]
/external/freetype/src/psaux/
t1decode.c
69
op_return
,
enumerator in enum:T1_Operator_
486
op =
op_return
;
635
case
op_return
:
[
all
...]
/dalvik/libdex/
DexOpcodes.h
86
OP_RETURN
= 0x0f,
352
H(
OP_RETURN
), \
[
all
...]
/external/proguard/src/proguard/classfile/instruction/
InstructionFactory.java
160
case InstructionConstants.
OP_RETURN
:
InstructionConstants.java
207
public static final byte
OP_RETURN
= -79;
/external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java
180
case InstructionConstants.
OP_RETURN
:
/external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java
174
opcode == InstructionConstants.
OP_RETURN
||
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
45
int
OP_RETURN
= 0x000f;
/dalvik/vm/analysis/
Liveness.cpp
343
case
OP_RETURN
:
/external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java
842
composer.appendInstruction(3, new SimpleInstruction(InstructionConstants.
OP_RETURN
));
/external/proguard/src/proguard/evaluation/
Processor.java
521
case InstructionConstants.
OP_RETURN
:
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
/dalvik/vm/compiler/
Frontend.cpp
71
case
OP_RETURN
:
183
case
OP_RETURN
:
[
all
...]
Completed in 1585 milliseconds
1
2
3