Home | History | Annotate | Download | only in priv

Lines Matching refs:LibVEX_Alloc

1379    IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1388 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1395 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1402 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1409 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1416 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1423 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1430 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1437 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1444 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1451 IRConst* c = LibVEX_Alloc(sizeof(IRConst));
1461 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee));
1477 IRRegArray* arr = LibVEX_Alloc(sizeof(IRRegArray));
1491 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1497 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1504 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1512 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1519 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1520 IRQop* qop = LibVEX_Alloc(sizeof(IRQop));
1532 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1533 IRTriop* triop = LibVEX_Alloc(sizeof(IRTriop));
1543 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1551 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1558 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1567 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1573 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1581 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr));
1594 IRExpr** vec = LibVEX_Alloc(1 * sizeof(IRExpr*));
1599 IRExpr** vec = LibVEX_Alloc(2 * sizeof(IRExpr*));
1605 IRExpr** vec = LibVEX_Alloc(3 * sizeof(IRExpr*));
1612 IRExpr** vec = LibVEX_Alloc(4 * sizeof(IRExpr*));
1621 IRExpr** vec = LibVEX_Alloc(5 * sizeof(IRExpr*));
1631 IRExpr** vec = LibVEX_Alloc(6 * sizeof(IRExpr*));
1642 IRExpr** vec = LibVEX_Alloc(7 * sizeof(IRExpr*));
1655 IRExpr** vec = LibVEX_Alloc(8 * sizeof(IRExpr*));
1669 IRExpr** vec = LibVEX_Alloc(9 * sizeof(IRExpr*));
1686 IRDirty* d = LibVEX_Alloc(sizeof(IRDirty));
1706 IRCAS* cas = LibVEX_Alloc(sizeof(IRCAS));
1724 IRPutI* puti = LibVEX_Alloc(sizeof(IRPutI));
1743 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1751 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1759 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1766 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1772 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1779 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1788 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1795 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1805 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1812 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1819 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt));
1833 IRTypeEnv* env = LibVEX_Alloc(sizeof(IRTypeEnv));
1834 env->types = LibVEX_Alloc(8 * sizeof(IRType));
1845 IRSB* bb = LibVEX_Alloc(sizeof(IRSB));
1849 bb->stmts = LibVEX_Alloc(bb->stmts_size * sizeof(IRStmt*));
1873 newvec = LibVEX_Alloc((i+1)*sizeof(IRExpr*));
2064 IRTypeEnv* dst = LibVEX_Alloc(sizeof(IRTypeEnv));
2067 dst->types = LibVEX_Alloc(dst->types_size * sizeof(IRType));
2079 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*));
2867 IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*));
2898 = LibVEX_Alloc(new_size * sizeof(IRType));
3739 Int* def_counts = LibVEX_Alloc(n_temps * sizeof(Int));