Searched refs:dvmCompilerCacheFlush (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/compiler/ |
D | CompilerUtility.h | 76 void dvmCompilerCacheFlush(long start, long end, long flags);
|
D | Compiler.cpp | 214 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache, in dvmCompilerSetupCodeCache() 334 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache, in resetCodeCache()
|
/dalvik/vm/compiler/codegen/mips/ |
D | ArchUtility.cpp | 346 void dvmCompilerCacheFlush(long start, long end, long flags) in dvmCompilerCacheFlush() function
|
D | Assemble.cpp | 910 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/ |
D | ArchUtility.cpp | 424 void dvmCompilerCacheFlush(long start, long end, long flags) in dvmCompilerCacheFlush() function
|
D | Assemble.cpp | 1537 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/ |
D | CodegenInterface.cpp | 1541 void dvmCompilerCacheFlush(long start, long end, long flags) { in dvmCompilerCacheFlush() function
|