Searched refs:aliveCount (Results 1 – 2 of 2) sorted by relevance
268 public get id2CompDeRefSize(): [ totalCount: number, aliveCount: number ] {270 let aliveCount = 0;276 aliveCount++;279 return [totalCount, aliveCount];286 public get id2TargetsDerefSize(): [ totalCount: number, aliveCount: number ] {288 let aliveCount = 0;295 aliveCount++;300 return [totalCount, aliveCount];
7968 let aliveCount = 0;7974 aliveCount++;7977 return [totalCount, aliveCount];7985 let aliveCount = 0; variable7992 aliveCount++;7997 return [totalCount, aliveCount];