HomeSort by relevance Sort by last modified time
    Searched full:getregs (Results 1 - 11 of 11) sorted by null

  /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-invoker-ptrace.c 542 Bool getregs (pid_t pid, void *regs, long regs_bsz) function
544 DEBUG(1, "getregs regs_bsz %ld\n", regs_bsz);
557 DEBUG(1, "getregs PTRACE_GETREGSET sizeof(elf_regs) %d\n", sizeof(elf_regs));
593 // Platforms having GETREGS
595 DEBUG(1, "getregs PTRACE_GETREGS\n");
637 DEBUG(1, "getregs PTRACE_PEEKUSER(s) peek_bsz %ld\n", peek_bsz);
684 // Note : the below is checking for GETREGS, not SETREGS
690 // setregs can never be called before getregs has done a runtime check.
820 if (!getregs(pid, &user_mod.regs, sizeof(user_mod.regs))) {
    [all...]
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 303 Debug(16, "using getregs: reg: %s [%u], val: %lx, write: %u\n", unw_regname(reg), (unsigned) reg, (long) val, write);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 567 PRE_MEM_WRITE( "ptrace(getregs)", ARG4,
    [all...]
syswrap-arm-linux.c 640 PRE_MEM_WRITE( "ptrace(getregs)", ARG4,
    [all...]
syswrap-ppc32-linux.c 772 //.. PRE_MEM_WRITE( "ptrace(getregs)", ARG4,
    [all...]
syswrap-arm64-linux.c 754 //ZZ PRE_MEM_WRITE( "ptrace(getregs)", ARG4,
    [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...]

Completed in 3349 milliseconds