Searched refs:from (Results 1 – 25 of 237) sorted by relevance
12345678910
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | README.txt | 1 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/ |
D | OP_MOVE.S | 4 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
|
D | OP_LONG_TO_INT.S | 2 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
|
D | OP_MOVE_RESULT.S | 7 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | OP_CONST_16.S | 6 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | OP_MOVE_FROM16.S | 8 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | OP_CONST_HIGH16.S | 7 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | OP_MOVE_16.S | 8 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/dalvik/vm/mterp/armv6t2/ |
D | OP_MOVE.S | 4 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/ |
D | OP_MOVE.S | 4 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
|
D | OP_CONST_CLASS.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
D | OP_CONST_STRING.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 33 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
D | OP_CONST_STRING_JUMBO.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
D | OP_NOP.S | 3 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
|
D | OP_CONST_16.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
D | OP_MOVE_16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
D | OP_MOVE_RESULT.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/dalvik/tests/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
D | IntToString.java | 10 int from(); in from() method
|
D | ExportedProperty.java | 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
|
/dalvik/dx/tests/114-value-propagation/ |
D | info.txt | 1 Tests propagation of constant values, specifically when going from a
|
/dalvik/tests/032-concrete-sub/ |
D | expected.txt | 3 Got expected exception from abs.doStuff().
|
/dalvik/tests/081-hot-exceptions/ |
D | info.txt | 3 cause a control flow change to deviate from the current method.
|
/dalvik/vm/arch/arm/ |
D | CallOldABI.S | 118 @ 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/ |
D | expected.txt | 4 Got expected 'hello!' from Exploder
|
12345678910