Home | History | Annotate | Download | only in priv

Lines Matching refs:IMark

207    IRStmt*    imark;
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);