From ed3e930109e3f01804ca32cee4afe4f2d4b3f4d8 Mon Sep 17 00:00:00 2001 From: buzbee Date: Fri, 23 Sep 2011 17:34:19 -0700 Subject: assert to DCHECK conversion Also replaced static function defs with a STATIC macro to make normally hidden functions visible to DCHECK's traceback listing). Additionally, added some portions of the new type & size inference mechanism (but not taking advantage of them yet). Change-Id: Ib42a08777f28ab879d0df37617e1b77e3f09ba52 --- src/compiler/CompilerUtility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/CompilerUtility.h') diff --git a/src/compiler/CompilerUtility.h b/src/compiler/CompilerUtility.h index eaf712df7d..1d969e7fd6 100644 --- a/src/compiler/CompilerUtility.h +++ b/src/compiler/CompilerUtility.h @@ -109,6 +109,6 @@ void oatDumpResourceMask(struct LIR* lir, u8 mask, const char* prefix); void oatDumpBlockBitVector(const GrowableList* blocks, char* msg, const ArenaBitVector* bv, int length); void oatGetBlockName(struct BasicBlock* bb, char* name); - +const char* oatGetShortyFromTargetIdx(CompilationUnit*, int); #endif // ART_SRC_COMPILER_COMPILER_UTILITY_H_ -- cgit v1.2.3-59-g8ed1b