Home
last modified time | relevance | path

Searched refs:dvmCompilerCacheFlush (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/compiler/
DCompilerUtility.h76 void dvmCompilerCacheFlush(long start, long end, long flags);
DCompiler.cpp214 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache, in dvmCompilerSetupCodeCache()
334 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache, in resetCodeCache()
/dalvik/vm/compiler/codegen/mips/
DArchUtility.cpp346 void dvmCompilerCacheFlush(long start, long end, long flags) in dvmCompilerCacheFlush() function
DAssemble.cpp910 dvmCompilerCacheFlush((long)cUnit->baseAddr, in dvmCompilerAssembleLIR()
972 dvmCompilerCacheFlush((long)branchAddr, (long)branchAddr + 4, 0); in dvmJitChain()
1013 dvmCompilerCacheFlush((long) cellAddr, (long) (cellAddr+1), 0); in inlineCachePatchEnqueue()
1224 dvmCompilerCacheFlush((long) minAddr, (long) (maxAddr+1), 0); in dvmCompilerPatchInlineCache()
1351 dvmCompilerCacheFlush((long)lowAddress, (long)highAddress, 0); in dvmJitUnchainAll()
/dalvik/vm/compiler/codegen/arm/
DArchUtility.cpp424 void dvmCompilerCacheFlush(long start, long end, long flags) in dvmCompilerCacheFlush() function
DAssemble.cpp1537 dvmCompilerCacheFlush((long)cUnit->baseAddr, in dvmCompilerAssembleLIR()
1638 dvmCompilerCacheFlush((long)branchAddr, (long)branchAddr + 4, 0); in dvmJitChain()
1678 dvmCompilerCacheFlush((intptr_t) cellAddr, (intptr_t) (cellAddr+1), 0); in inlineCachePatchEnqueue()
1878 dvmCompilerCacheFlush((long) minAddr, (long) (maxAddr+1), 0); in dvmCompilerPatchInlineCache()
1986 dvmCompilerCacheFlush((long)lowAddress, (long)highAddress, 0); in dvmJitUnchainAll()
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp1541 void dvmCompilerCacheFlush(long start, long end, long flags) { in dvmCompilerCacheFlush() function