Home
last modified time | relevance | path

Searched refs:streamStart (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp1091 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()
DLower.cpp49 char* streamStart = NULL; //start of the Pure CodeItem?, not include the global symbols variable
DLower.h530 extern char* streamStart;
DAnalysisO1.cpp859 if(gDvmJit.codeCacheByteUsed + (stream - streamStart) +
/dalvik/vm/compiler/
DCompiler.cpp228 streamStart = stream; in dvmCompilerSetupCodeCache()
230 gDvmJit.templateSize = (stream - streamStart); in dvmCompilerSetupCodeCache()
231 gDvmJit.codeCacheByteUsed = (stream - streamStart); in dvmCompilerSetupCodeCache()