diff options
Diffstat (limited to 'vm/compiler/CompilerUtility.h')
-rw-r--r-- | vm/compiler/CompilerUtility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/compiler/CompilerUtility.h b/vm/compiler/CompilerUtility.h index d3f2d6aef..3e65a2eb0 100644 --- a/vm/compiler/CompilerUtility.h +++ b/vm/compiler/CompilerUtility.h @@ -73,5 +73,7 @@ void dvmDumpResourceMask(struct LIR *lir, u8 mask, const char *prefix); void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg, const BitVector *bv, int length); void dvmGetBlockName(struct BasicBlock *bb, char *name); +int dvmCompilerCacheFlush(long start, long end, long flags); + #endif /* _DALVIK_COMPILER_UTILITY */ |