Home | History | Annotate | Download | only in arm

Lines Matching defs:runCount

1318     int runCount;
1320 for (runCount = 0; ; runCount++) {
1321 if (desc->trace[runCount].isCode &&
1322 desc->trace[runCount].info.frag.runEnd)
1325 return sizeof(JitTraceDescription) + ((runCount+1) * sizeof(JitTraceRun));