Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.c157 gDvmJit.codeCache = mmap(0, CODE_CACHE_SIZE, in dvmCompilerSetupCodeCache()
160 if (gDvmJit.codeCache == MAP_FAILED) { in dvmCompilerSetupCodeCache()
168 memcpy((void *) gDvmJit.codeCache, in dvmCompilerSetupCodeCache()
176 cacheflush((intptr_t) gDvmJit.codeCache, in dvmCompilerSetupCodeCache()
177 (intptr_t) gDvmJit.codeCache + CODE_CACHE_SIZE, 0); in dvmCompilerSetupCodeCache()
195 if (gDvmJit.codeCache == NULL) { in dvmCompilerStartup()
/dalvik/vm/compiler/codegen/arm/armv5te/
DArchVariant.c49 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
50 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
52 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
53 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
DArchVariant.c49 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
50 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
52 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
53 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
/dalvik/vm/compiler/codegen/arm/armv7-a/
DArchVariant.c52 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
53 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
55 (int) gDvmJit.codeCache + templateEntryOffsets[opCode], in genDispatchToHandler()
56 (int) gDvmJit.codeCache + templateEntryOffsets[opCode]); in genDispatchToHandler()
/dalvik/vm/
DGlobals.h719 void* codeCache; member
/dalvik/vm/compiler/codegen/arm/
DAssemble.c786 cUnit, (intptr_t) gDvmJit.codeCache + gDvmJit.codeCacheByteUsed); in dvmCompilerAssembleLIR()
798 cUnit->baseAddr = (char *) gDvmJit.codeCache + gDvmJit.codeCacheByteUsed; in dvmCompilerAssembleLIR()