HomeSort by relevance Sort by last modified time
    Searched refs:IMark (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/lackey/
lk_main.c 671 // Copy verbatim any IR preamble preceding the first IMark
724 iaddr = st->Ist.IMark.addr;
725 ilen = st->Ist.IMark.len;
747 if (VG_(get_fnname_if_entry)(st->Ist.IMark.addr,
761 addEvent_Ir( sbOut, mkIRExpr_HWord( (HWord)st->Ist.IMark.addr ),
762 st->Ist.IMark.len );
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 370 /* Copy verbatim any IR preamble preceding the first IMark */
384 origAddr=st->Ist.IMark.addr;
427 ourAddr = st->Ist.IMark.addr;
429 opcode_type=get_inst_type(st->Ist.IMark.len,ourAddr);
  /external/valgrind/main/callgrind/
main.c 463 instruction's IMark and the Dr from data
465 because each insn starts with an IMark, hence an
871 // Ist_Exit has to be ignored in preamble code, before first IMark:
883 instrAddr = (Addr)ULong_to_Ptr(st->Ist.IMark.addr);
884 instrLen = st->Ist.IMark.len;
984 // Copy verbatim any IR preamble preceding the first IMark
997 origAddr = (Addr)st->Ist.IMark.addr + (Addr)st->Ist.IMark.delta;
998 CLG_ASSERT(origAddr == st->Ist.IMark.addr
999 + st->Ist.IMark.delta); // XXX: check no overflo
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
guest_generic_bb_to_IR.c 207 IRStmt* imark; local
325 IMark's address field, but put that bottom bit in the delta
385 imark = irsb->stmts[first_stmt_idx];
386 vassert(imark);
387 vassert(imark->tag == Ist_IMark);
388 vassert(imark->Ist.IMark.len == 0);
389 imark->Ist.IMark.len = toUInt(dres.len);
    [all...]
ir_opt.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 744 instruction's IMark and the Dr/Dm from data
746 because each insn starts with an IMark, hence an
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 107 ------ IMark(0x24F275, 7, 0) ------
116 The "IMark" is an IR statement that doesn't represent actual code.
124 - the IMark
150 ------ IMark(0x4000ABA, 3, 0) ------
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 627 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
  /external/valgrind/main/coregrind/
m_translate.c 394 curr_IP = st->Ist.IMark.addr;
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]

Completed in 346 milliseconds