Home | History | Annotate | Download | only in mips

Lines Matching defs:runCount

698     int runCount;
700 for (runCount = 0; ; runCount++) {
701 if (desc->trace[runCount].isCode &&
702 desc->trace[runCount].info.frag.runEnd)
705 return sizeof(JitTraceDescription) + ((runCount+1) * sizeof(JitTraceRun));