OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_move
(Results
1 - 25
of
42
) sorted by null
1
2
/dalvik/vm/mterp/c/
OP_MOVE_OBJECT.cpp
1
%include "c/
OP_MOVE
.cpp"
OP_MOVE.cpp
5
(INST_INST(inst) ==
OP_MOVE
) ? "" : "-object", vdst, vsrc1,
/dalvik/vm/mterp/armv5te/
OP_MOVE_OBJECT.S
2
%include "armv5te/
OP_MOVE
.S"
OP_LONG_TO_INT.S
3
%include "armv5te/
OP_MOVE
.S"
unopNarrower.S
10
* an exact match for
OP_MOVE
.)
/dalvik/vm/mterp/mips/
OP_MOVE_OBJECT.S
2
%include "mips/
OP_MOVE
.S"
unopNarrower.S
11
* an exact match for
OP_MOVE
.)
/dalvik/vm/mterp/x86/
OP_MOVE_OBJECT.S
2
%include "x86/
OP_MOVE
.S"
OP_LONG_TO_INT.S
3
%include "x86/
OP_MOVE
.S"
/dalvik/vm/compiler/template/mips/
funopNarrower.S
11
* an exact match for
OP_MOVE
.)
/dalvik/vm/mterp/armv6t2/
unopNarrower.S
10
* an exact match for
OP_MOVE
.)
/dalvik/vm/compiler/codegen/x86/
LowerMove.cpp
30
int
op_move
() {
function
Lower.cpp
496
case
OP_MOVE
:
498
return
op_move
();
BytecodeVisitor.cpp
33
case
OP_MOVE
:
543
case
OP_MOVE
:
549
if(inst_op ==
OP_MOVE
|| inst_op == OP_MOVE_OBJECT) {
[
all
...]
Lower.h
910
int
op_move
();
[
all
...]
/dalvik/vm/mterp/
config-armv7-a
95
op
OP_MOVE
armv6t2
config-armv7-a-neon
95
op
OP_MOVE
armv6t2
/dalvik/libdex/
DexOpcodes.h
72
OP_MOVE
= 0x01,
338
H(
OP_MOVE
), \
[
all
...]
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
31
int
OP_MOVE
= 0x0001;
/dalvik/vm/analysis/
Liveness.cpp
476
case
OP_MOVE
:
DexVerify.cpp
854
case
OP_MOVE
:
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
/dalvik/vm/compiler/
Dataflow.cpp
35
// 01
OP_MOVE
vA, vB
[
all
...]
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S
[
all
...]
Completed in 927 milliseconds
1
2