Searched refs:cacheVersion (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/compiler/
H A DCompiler.cpp132 newOrder->result.cacheVersion = gDvmJit.cacheVersion;
300 gDvmJit.cacheVersion++;
696 if ((work.result.cacheVersion ==
697 gDvmJit.cacheVersion) &&
831 gDvmJit.cacheVersion++; // invalidate compilations in flight
H A DCompiler.h88 int cacheVersion; // Used to identify stale trace requests member in struct:JitTranslationInfo
H A DFrontend.cpp1644 if (info->cacheVersion != gDvmJit.cacheVersion) {
/dalvik/vm/
H A DGlobals.h841 int cacheVersion; member in struct:DvmJitGlobals
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1492 if (info->cacheVersion != gDvmJit.cacheVersion) {

Completed in 57 milliseconds