/dalvik/vm/compiler/codegen/x86/ |
D | LowerAlu.cpp | 33 u2 vA = INST_A(inst); //destination in op_neg_int() 34 u2 vB = INST_B(inst); in op_neg_int() 45 u2 vA = INST_A(inst); //destination in op_not_int() 46 u2 vB = INST_B(inst); in op_not_int() 58 u2 vA = INST_A(inst); //destination in op_neg_long() 59 u2 vB = INST_B(inst); in op_neg_long() 71 u2 vA = INST_A(inst); //destination in op_not_long() 72 u2 vB = INST_B(inst); in op_not_long() 85 u2 vA = INST_A(inst); //destination in op_neg_float() 86 u2 vB = INST_B(inst); in op_neg_float() [all …]
|
D | LowerMove.cpp | 32 vA = INST_A(inst); in op_move() 33 vB = INST_B(inst); in op_move() 44 vA = INST_AA(inst); in op_move_from16() 68 u2 vA = INST_A(inst); in op_move_wide() 69 u2 vB = INST_B(inst); in op_move_wide() 79 u2 vA = INST_AA(inst); in op_move_wide_from16() 106 u2 vA = INST_AA(inst); in op_move_result() 122 u2 vA = INST_AA(inst); in op_move_result_wide() 137 u2 vA = INST_AA(inst); in op_move_exception()
|
D | LowerConst.cpp | 68 u2 vA = INST_A(inst); in op_const_4() 69 s4 tmp = (s4) (INST_B(inst) << 28) >> 28; in op_const_4() 79 u2 vA = INST_AA(inst); in op_const_16() 88 u2 vA = INST_AA(inst); in op_const() 99 u2 vA = INST_AA(inst); in op_const_high16() 109 u2 vA = INST_AA(inst); in op_const_wide_16() 120 u2 vA = INST_AA(inst); in op_const_wide_32() 132 u2 vA = INST_AA(inst); in op_const_wide() 146 u2 vA = INST_AA(inst); in op_const_wide_high16() 158 u2 vA = INST_AA(inst); in op_const_string() [all …]
|
D | LowerGetPut.cpp | 107 u2 vA = INST_AA(inst); in op_aget() 118 u2 vA = INST_AA(inst); in op_aget_wide() 135 u2 vA = INST_AA(inst); in op_aget_boolean() 146 u2 vA = INST_AA(inst); in op_aget_byte() 157 u2 vA = INST_AA(inst); in op_aget_char() 168 u2 vA = INST_AA(inst); in op_aget_short() 248 u2 vA = INST_AA(inst); in op_aput() 259 u2 vA = INST_AA(inst); in op_aput_wide() 270 u2 vA = INST_AA(inst); in op_aput_boolean() 281 u2 vA = INST_AA(inst); in op_aput_byte() [all …]
|
/dalvik/vm/mterp/c/ |
D | OP_BREAKPOINT.cpp | 19 ALOGV("+++ break 0x%02x (0x%04x -> 0x%04x)", originalOpcode, inst, in HANDLE_OPCODE() 20 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE() 21 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
|
D | opcommon.cpp | 29 vdst = INST_A(inst); \ 30 vsrc1 = INST_B(inst); \ 43 vdst = INST_A(inst); \ 44 vsrc1 = INST_B(inst); \ 64 vdst = INST_A(inst); \ 65 vsrc1 = INST_B(inst); \ 77 vdst = INST_AA(inst); \ 99 vsrc1 = INST_A(inst); \ 100 vsrc2 = INST_B(inst); \ 116 vsrc1 = INST_AA(inst); \ [all …]
|
D | OP_MOVE.cpp | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst); 5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
|
D | OP_RETURN.cpp | 2 vsrc1 = INST_AA(inst); 4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
|
D | OP_MOVE_RESULT.cpp | 2 vdst = INST_AA(inst); 4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
|
D | OP_REM_DOUBLE_2ADDR.cpp | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst);
|
D | OP_REM_FLOAT_2ADDR.cpp | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst);
|
D | OP_CONST_4.cpp | 5 vdst = INST_A(inst); in HANDLE_OPCODE() 6 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value in HANDLE_OPCODE()
|
D | OP_MOVE_WIDE.cpp | 4 vdst = INST_A(inst); 5 vsrc1 = INST_B(inst);
|
D | OP_RSUB_INT.cpp | 3 vdst = INST_A(inst); in HANDLE_OPCODE() 4 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
|
D | OP_MOVE_FROM16.cpp | 2 vdst = INST_AA(inst); 5 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
|
/dalvik/tests/003-omnibus-opcodes/src/ |
D | MethodCall.java | 54 MethodCall inst = new MethodCall(); in run() local 56 MethodCallBase base = inst; in run() 58 inst.tryThing(); in run() 60 inst = null; in run() 62 inst.directly(); in run()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
D | InterpC-portable.cpp | 417 inst = FETCH(0); \ 421 goto *handlerTable[INST_INST(inst)]; \ 491 vdst = INST_A(inst); \ 492 vsrc1 = INST_B(inst); \ 505 vdst = INST_A(inst); \ 506 vsrc1 = INST_B(inst); \ 526 vdst = INST_A(inst); \ 527 vsrc1 = INST_B(inst); \ 539 vdst = INST_AA(inst); \ 561 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv5te.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
D | InterpC-armv7-a.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
D | InterpC-armv7-a-neon.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
D | InterpC-armv5te-vfp.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
D | InterpC-mips.cpp | 391 u2 inst = FETCH(0); \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 438 u2 inst = FETCH(0); \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 545 vdst = INST_A(inst); \ 546 vsrc1 = INST_B(inst); \ 559 vdst = INST_A(inst); \ 560 vsrc1 = INST_B(inst); \ 580 vdst = INST_A(inst); \ 581 vsrc1 = INST_B(inst); \ [all …]
|
/dalvik/tests/043-privates/src/ |
D | Main.java | 31 PrivatePackage inst = new PrivatePackageSub(); in stretchTest() local 32 System.out.println("PrivatePackage --> " + inst.getStr()); in stretchTest() 33 System.out.println("PrivatePackage --> " + inst.privGetStr()); in stretchTest()
|
/dalvik/vm/mterp/cstubs/ |
D | entry.cpp | 36 u2 inst = /*self->interpSave.*/pc[0]; in DEFINE_GOTO_TABLE() local 46 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() 49 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()
|