Searched refs:streamStart (Results 1 – 5 of 5) sorted by relevance
1091 streamStart = stream; /* trace start before alignment */ in dvmCompilerMIR2LIR()1286 if(gDvmJit.codeCacheByteUsed + (stream - streamStart) + in dvmCompilerMIR2LIR()1288 … ALOGI("JIT code cache full after lowerByteCodeJit (trace uses %uB)", (stream - streamStart)); in dvmCompilerMIR2LIR()1381 …if (gDvmJit.codeCacheByteUsed + (stream - streamStart) + CODE_CACHE_PADDING > gDvmJit.codeCacheSiz… in dvmCompilerMIR2LIR()1382 … ALOGI("JIT code cache full after ChainingCell (trace uses %uB)", (stream - streamStart)); in dvmCompilerMIR2LIR()1400 ALOGI("JIT code cache full after endOfTrace (trace uses %uB)", (stream - streamStart)); in dvmCompilerMIR2LIR()1419 cUnit->totalSize = (stream - streamStart); in dvmCompilerMIR2LIR()1421 … ALOGI("JIT code cache full after ChainingCellCounts (trace uses %uB)", (stream - streamStart)); in dvmCompilerMIR2LIR()1435 gDvmJit.codeCacheByteUsed += (stream - streamStart); in dvmCompilerMIR2LIR()
49 char* streamStart = NULL; //start of the Pure CodeItem?, not include the global symbols variable
530 extern char* streamStart;
859 if(gDvmJit.codeCacheByteUsed + (stream - streamStart) +
228 streamStart = stream; in dvmCompilerSetupCodeCache()230 gDvmJit.templateSize = (stream - streamStart); in dvmCompilerSetupCodeCache()231 gDvmJit.codeCacheByteUsed = (stream - streamStart); in dvmCompilerSetupCodeCache()