OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_16
(Results
26 - 31
of
31
) sorted by null
1
2
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java
69
(category1 ? Dops.
MOVE_16
: Dops.MOVE_WIDE_16);
DalvOps.java
37
public static final int
MOVE_16
= 0x03;
/dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java
71
(category1 ? Dops.
MOVE_16
: Dops.MOVE_WIDE_16);
/cts/tools/vm-tests/src/dot/junit/opcodes/
AllTests.java
150
suite.addTestSuite(dot.junit.opcodes.
move_16
.Test_move_16.class);
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java
150
suite.addTestSuite(dot.junit.opcodes.
move_16
.Test_move_16.class);
/dalvik/dx/src/com/android/dx/io/
Opcodes.java
47
public static final int
MOVE_16
= 0x03;
Completed in 315 milliseconds
1
2