Lines Matching refs:pCallExitRec
1079 pOldCallRec = pCacheRec->pCallExitRec;
1080 pCacheRec->pCallExitRec = &CallExitRec;
1204 pCacheRec->pCallExitRec = &CallExitRec2;
1230 pCacheRec->pCallExitRec = &CallExitRec2;
1253 pCacheRec->pCallExitRec = pOldCallRec;
1389 if ( pCacheRec->pCallExitRec
1391 && pCacheRec->pCallExitRec->cInstrAfterRet < CSAM_MAX_CALLEXIT_RET)
1393 pCacheRec->pCallExitRec->pInstrAfterRetGC[pCacheRec->pCallExitRec->cInstrAfterRet] = pCurInstrGC + cbInstr;
1394 pCacheRec->pCallExitRec->cInstrAfterRet++;