Home
last modified time | relevance | path

Searched refs:codeCacheFull (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/
DCompiler.c76 gDvmJit.codeCacheFull == true) { in dvmCompilerWorkEnqueue()
305 gDvmJit.codeCacheFull = false; in resetCodeCache()
324 if (gDvmJit.codeCacheFull) { in dvmCompilerPerformSafePointChecks()
617 gDvmJit.codeCacheFull |= resizeFail; in compilerThreadStart()
621 } else if (!gDvmJit.codeCacheFull) { in compilerThreadStart()
/dalvik/vm/interp/
DInterpDefs.h258 (gDvmJit.codeCacheFull == true) || in dvmJitHideTranslation()
/dalvik/vm/
DSignalCatcher.c231 gDvmJit.codeCacheFull = true; in handleSigUsr2()
DGlobals.h772 bool codeCacheFull; member
/dalvik/vm/compiler/codegen/arm/
DAssemble.c1278 gDvmJit.codeCacheFull = true; in dvmCompilerAssembleLIR()
1421 (gDvmJit.codeCacheFull == false)) { in dvmJitChain()
DCodegenDriver.c4352 if (gDvmJit.codeCacheFull) { in dvmCompilerDoWork()