Searched refs:statsPtr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c6194 ByteCodeStats *statsPtr = &(iPtr->stats);
6209 if (statsPtr->instructionCount[i] != 0) {
6210 numInstructions += statsPtr->instructionCount[i];
6216 + (statsPtr->numLiteralsCreated * sizeof(LiteralEntry))
6217 + (statsPtr->numLiteralsCreated * sizeof(Tcl_Obj))
6218 + statsPtr->totalLitStringBytes;
6219 totalCodeBytes = statsPtr->totalByteCodeBytes + totalLiteralBytes;
6222 statsPtr->numCompilations - statsPtr->numByteCodesFreed;
6230 + statsPtr
6172 ByteCodeStats *statsPtr = &(iPtr->stats); local
[all...]
H A DtclCompile.c628 ByteCodeStats *statsPtr;
632 statsPtr = &((Interp *) interp)->stats;
634 statsPtr->numByteCodesFreed++;
635 statsPtr->currentSrcBytes -= (double) codePtr->numSrcBytes;
636 statsPtr->currentByteCodeBytes -= (double) codePtr->structureSize;
638 statsPtr->currentInstBytes -= (double) codePtr->numCodeBytes;
639 statsPtr->currentLitBytes -=
641 statsPtr->currentExceptBytes -=
643 statsPtr->currentAuxBytes -=
645 statsPtr
623 ByteCodeStats *statsPtr; local
4012 register ByteCodeStats *statsPtr = &(iPtr->stats); local
[all...]
H A DtclBasic.c317 ByteCodeStats *statsPtr;
433 statsPtr = &(iPtr->stats);
434 statsPtr->numExecutions = 0;
435 statsPtr->numCompilations = 0;
436 statsPtr->numByteCodesFreed = 0;
437 (VOID *) memset(statsPtr->instructionCount, 0,
438 sizeof(statsPtr->instructionCount));
440 statsPtr->totalSrcBytes = 0.0;
441 statsPtr->totalByteCodeBytes = 0.0;
442 statsPtr
316 ByteCodeStats *statsPtr; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c8129 ByteCodeStats *statsPtr = &iPtr->stats;
8146 if (statsPtr->instructionCount[i] != 0) {
8147 numInstructions += statsPtr->instructionCount[i];
8153 + (statsPtr->numLiteralsCreated * sizeof(LiteralEntry))
8154 + (statsPtr->numLiteralsCreated * sizeof(Tcl_Obj))
8155 + statsPtr->totalLitStringBytes;
8156 totalCodeBytes = statsPtr->totalByteCodeBytes + totalLiteralBytes;
8159 statsPtr->numCompilations - statsPtr->numByteCodesFreed;
8167 + statsPtr
8108 ByteCodeStats *statsPtr = &iPtr->stats; local
[all...]
H A DtclCompile.c726 ByteCodeStats *statsPtr;
730 statsPtr = &((Interp *) interp)->stats;
732 statsPtr->numByteCodesFreed++;
733 statsPtr->currentSrcBytes -= (double) codePtr->numSrcBytes;
734 statsPtr->currentByteCodeBytes -= (double) codePtr->structureSize;
736 statsPtr->currentInstBytes -= (double) codePtr->numCodeBytes;
737 statsPtr->currentLitBytes -= (double)
739 statsPtr->currentExceptBytes -= (double)
741 statsPtr->currentAuxBytes -= (double)
743 statsPtr
721 ByteCodeStats *statsPtr; local
4026 register ByteCodeStats *statsPtr = &(iPtr->stats); local
[all...]
H A DtclBasic.c398 ByteCodeStats *statsPtr;
560 statsPtr = &(iPtr->stats);
561 statsPtr->numExecutions = 0;
562 statsPtr->numCompilations = 0;
563 statsPtr->numByteCodesFreed = 0;
564 (void) memset(statsPtr->instructionCount, 0,
565 sizeof(statsPtr->instructionCount));
567 statsPtr->totalSrcBytes = 0.0;
568 statsPtr->totalByteCodeBytes = 0.0;
569 statsPtr
397 ByteCodeStats *statsPtr; local
[all...]

Completed in 217 milliseconds