/dalvik/vm/mterp/c/ |
D | OP_BREAKPOINT.c | 20 LOGV("+++ break 0x%02x (0x%04x -> 0x%04x)\n", originalOpCode, inst, in HANDLE_OPCODE() 21 INST_REPLACE_OP(inst, originalOpCode)); in HANDLE_OPCODE() 22 inst = INST_REPLACE_OP(inst, originalOpCode); in HANDLE_OPCODE()
|
D | opcommon.c | 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.c | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst); 5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
|
D | OP_RETURN.c | 2 vsrc1 = INST_AA(inst); 4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
|
D | OP_MOVE_RESULT.c | 2 vdst = INST_AA(inst); 4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
|
D | OP_REM_FLOAT_2ADDR.c | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst);
|
D | OP_REM_DOUBLE_2ADDR.c | 2 vdst = INST_A(inst); 3 vsrc1 = INST_B(inst);
|
D | OP_CONST_4.c | 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.c | 4 vdst = INST_A(inst); 5 vsrc1 = INST_B(inst);
|
D | OP_RSUB_INT.c | 3 vdst = INST_A(inst); in HANDLE_OPCODE() 4 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
|
D | OP_MOVE_FROM16.c | 2 vdst = INST_AA(inst); 5 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
|
D | OP_ARRAY_LENGTH.c | 5 vdst = INST_A(inst); in HANDLE_OPCODE() 6 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
|
/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-portstd.c | 454 inst = FETCH(0); \ 458 goto *handlerTable[INST_INST(inst)]; \ 551 vdst = INST_A(inst); \ 552 vsrc1 = INST_B(inst); \ 565 vdst = INST_A(inst); \ 566 vsrc1 = INST_B(inst); \ 586 vdst = INST_A(inst); \ 587 vsrc1 = INST_B(inst); \ 599 vdst = INST_AA(inst); \ 621 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-allstubs.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-portdbg.c | 463 inst = FETCH(0); \ 467 goto *handlerTable[INST_INST(inst)]; \ 560 vdst = INST_A(inst); \ 561 vsrc1 = INST_B(inst); \ 574 vdst = INST_A(inst); \ 575 vsrc1 = INST_B(inst); \ 595 vdst = INST_A(inst); \ 596 vsrc1 = INST_B(inst); \ 608 vdst = INST_AA(inst); \ 630 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv7-a-neon.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv5te-vfp.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv7-a.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv4t.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-armv5te.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
D | InterpC-x86-atom.c | 434 u2 inst = FETCH(0); \ 464 u2 inst = FETCH(0); 569 vdst = INST_A(inst); \ 570 vsrc1 = INST_B(inst); \ 583 vdst = INST_A(inst); \ 584 vsrc1 = INST_B(inst); \ 604 vdst = INST_A(inst); \ 605 vsrc1 = INST_B(inst); \ 617 vdst = INST_AA(inst); \ 639 vsrc1 = INST_A(inst); \ [all …]
|
/dalvik/vm/mterp/portable/ |
D | debug.c | 142 u2 inst = INST_INST(FETCH(0)); in updateDebugger() local 143 if (inst == OP_RETURN_VOID || inst == OP_RETURN || inst == OP_RETURN_WIDE || in updateDebugger() 144 inst == OP_RETURN_OBJECT) in updateDebugger() 236 int inst = *pc & 0xff; in checkDebugAndProf() local 237 gDvm.executedInstrCounts[inst]++; in checkDebugAndProf()
|
/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.c | 65 u2 inst = /*glue->*/pc[0]; in DEFINE_GOTO_TABLE() local 66 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() 68 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()
|