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

  /external/valgrind/lackey/
lk_main.c 676 // Copy verbatim any IR preamble preceding the first IMark
729 iaddr = st->Ist.IMark.addr;
730 ilen = st->Ist.IMark.len;
753 if (VG_(get_fnname_if_entry)(st->Ist.IMark.addr,
767 addEvent_Ir( sbOut, mkIRExpr_HWord( (HWord)st->Ist.IMark.addr ),
768 st->Ist.IMark.len );
    [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 358 /* Copy verbatim any IR preamble preceding the first IMark */
372 origAddr=st->Ist.IMark.addr;
416 ourAddr = st->Ist.IMark.addr;
418 opcode_type=get_inst_type(st->Ist.IMark.len,ourAddr);
  /external/valgrind/callgrind/
main.c 464 instruction's IMark and the Dr from data
466 because each insn starts with an IMark, hence an
872 // Ist_Exit has to be ignored in preamble code, before first IMark:
884 instrAddr = st->Ist.IMark.addr;
885 instrLen = st->Ist.IMark.len;
985 // Copy verbatim any IR preamble preceding the first IMark
998 origAddr = st->Ist.IMark.addr + st->Ist.IMark.delta;
999 CLG_ASSERT(origAddr == st->Ist.IMark.addr
1000 + st->Ist.IMark.delta); // XXX: check no overflo
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 736 instruction's IMark and the Dr/Dm from data
738 because each insn starts with an IMark, hence an
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c     [all...]
guest_generic_bb_to_IR.c 210 IRStmt* imark; local
328 IMark's address field, but put that bottom bit in the delta
388 imark = irsb->stmts[first_stmt_idx];
389 vassert(imark);
390 vassert(imark->tag == Ist_IMark);
391 vassert(imark->Ist.IMark.len == 0);
392 imark->Ist.IMark.len = dres.len;
    [all...]
ir_opt.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/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/drd/
drd_load_store.c 629 instrument = VG_(DebugInfo_sect_kind)(NULL, st->Ist.IMark.addr)
  /external/valgrind/coregrind/
m_translate.c 403 curr_IP = st->Ist.IMark.addr;
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 219 milliseconds