/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopTranslator.java | 446 private static RegisterSpecList getRegs(Insn insn) { 447 return getRegs(insn, insn.getResult()); 460 private static RegisterSpecList getRegs(Insn insn, 545 di = new SimpleInsn(opcode, pos, getRegs(insn)); 558 di = new TargetInsn(opcode, pos, getRegs(insn), 601 RegisterSpecList regs = getRegs(insn); 642 new TargetInsn(opcode, pos, getRegs(insn), dataAddress); 699 RegisterSpecList regs = getRegs(insn, realResult); 752 getRegs(insn, realResult)); 772 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn) [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 452 private static RegisterSpecList getRegs(Insn insn) { 453 return getRegs(insn, insn.getResult()); 466 private static RegisterSpecList getRegs(Insn insn, 551 di = new SimpleInsn(opcode, pos, getRegs(insn)); 564 di = new TargetInsn(opcode, pos, getRegs(insn), 607 RegisterSpecList regs = getRegs(insn); 651 new TargetInsn(opcode, pos, getRegs(insn), dataAddress); 708 RegisterSpecList regs = getRegs(insn, realResult); 761 getRegs(insn, realResult)); 781 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 453 private static RegisterSpecList getRegs(Insn insn) { 454 return getRegs(insn, insn.getResult()); 467 private static RegisterSpecList getRegs(Insn insn, 552 di = new SimpleInsn(opcode, pos, getRegs(insn)); 565 di = new TargetInsn(opcode, pos, getRegs(insn), 608 RegisterSpecList regs = getRegs(insn); 649 new TargetInsn(opcode, pos, getRegs(insn), dataAddress); 706 RegisterSpecList regs = getRegs(insn, realResult); 759 getRegs(insn, realResult)); 779 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn) [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 707 Bool getregs (int pid, void *regs, long regs_bsz) function 709 DEBUG(1, "getregs regs_bsz %ld\n", regs_bsz); 712 // Platforms having GETREGS 714 DEBUG(1, "getregs PTRACE_GETREGS\n"); 756 DEBUG(1, "getregs PTRACE_PEEKUSER(s) peek_bsz %ld\n", peek_bsz); 779 // Note : the below is checking for GETREGS, not SETREGS 785 // setregs can never be called before getregs has done a runtime check. 899 if (!getregs(pid, &user_mod.regs, sizeof(user_mod.regs))) { [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 596 PRE_MEM_WRITE( "ptrace(getregs)", ARG4, [all...] |
syswrap-arm-linux.c | [all...] |
syswrap-ppc32-linux.c | [all...] |
syswrap-x86-linux.c | [all...] |
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.stderr.exp | 337 Syscall param ptrace(getregs) points to unaddressable byte(s) [all...] |