HomeSort by relevance Sort by last modified time
    Searched full:getregs (Results 1 - 9 of 9) 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 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/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 702 Bool getregs (int pid, void *regs, long regs_bsz) function
704 DEBUG(1, "getregs regs_bsz %ld\n", regs_bsz);
707 // Platforms having GETREGS
709 DEBUG(1, "getregs PTRACE_GETREGS\n");
751 DEBUG(1, "getregs PTRACE_PEEKUSER(s) peek_bsz %ld\n", peek_bsz);
774 // Note : the below is checking for GETREGS, not SETREGS
780 // setregs can never be called before getregs has done a runtime check.
894 if (!getregs(pid, &user_mod.regs, sizeof(user_mod.regs))) {
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 580 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...]

Completed in 393 milliseconds