Home | History | Annotate | Download | only in priv

Lines Matching refs:IMark

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