Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 237) sorted by relevance

12345678910

/dalvik/vm/compiler/codegen/x86/libenc/
DREADME.txt1 Original source from Apache Harmony 5.0M15 (r991518 from 2010-09-01) at
4 The following files are from drlvm/vm/port/src/encoder/ia32_em64t.
17 The following files are derived partially from the original Apache
20 enc_defs_ext.h -- derived from enc_defs.h
21 enc_wrapper.h -- derived from encoder.h
/dalvik/vm/mterp/mips/
DOP_MOVE.S4 GET_OPB(a1) # a1 <- B from 15:12
5 GET_OPA4(a0) # a0 <- A from 11:8
8 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
DOP_LONG_TO_INT.S2 GET_OPB(a1) # a1 <- B from 15:12
3 GET_OPA4(a0) # a0 <- A from 11:8
9 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
DOP_MOVE_RESULT.S7 GET_INST_OPCODE(t0) # extract opcode from rINST
DOP_CONST_16.S6 GET_INST_OPCODE(t0) # extract opcode from rINST
DOP_MOVE_FROM16.S8 GET_INST_OPCODE(t0) # extract opcode from rINST
DOP_CONST_HIGH16.S7 GET_INST_OPCODE(t0) # extract opcode from rINST
DOP_MOVE_16.S8 GET_INST_OPCODE(t0) # extract opcode from rINST
/dalvik/vm/mterp/armv6t2/
DOP_MOVE.S4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 ubfx r0, rINST, #8, #4 @ r0<- A from 11:8
8 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
/dalvik/vm/mterp/armv5te/
DOP_MOVE.S4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 mov r0, rINST, lsr #8 @ r0<- A from 11:8
9 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
DOP_CONST_CLASS.S15 GET_INST_OPCODE(ip) @ extract opcode from rINST
34 GET_INST_OPCODE(ip) @ extract opcode from rINST
DOP_CONST_STRING.S15 GET_INST_OPCODE(ip) @ extract opcode from rINST
33 GET_INST_OPCODE(ip) @ extract opcode from rINST
DOP_CONST_STRING_JUMBO.S17 GET_INST_OPCODE(ip) @ extract opcode from rINST
35 GET_INST_OPCODE(ip) @ extract opcode from rINST
DOP_NOP.S3 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
DOP_CONST_16.S7 GET_INST_OPCODE(ip) @ extract opcode from rINST
DOP_MOVE_16.S8 GET_INST_OPCODE(ip) @ extract opcode from rINST
DOP_MOVE_RESULT.S7 GET_INST_OPCODE(ip) @ extract opcode from rINST
/dalvik/tests/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/dalvik/tests/004-annotations/src/android/test/anno/
DIntToString.java10 int from(); in from() method
DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
/dalvik/dx/tests/114-value-propagation/
Dinfo.txt1 Tests propagation of constant values, specifically when going from a
/dalvik/tests/032-concrete-sub/
Dexpected.txt3 Got expected exception from abs.doStuff().
/dalvik/tests/081-hot-exceptions/
Dinfo.txt3 cause a control flow change to deviate from the current method.
/dalvik/vm/arch/arm/
DCallOldABI.S118 @ While we still have the use of r2/r3, copy excess args from argv
125 @ have N-2 in r3. If we set argv=argv+1, we can count from N-2 to 1
165 @ so that "sp" comes from "ip", "pc" comes from "lr", and the "pc"
/dalvik/tests/084-class-init/
Dexpected.txt4 Got expected 'hello!' from Exploder

12345678910