summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/CompilerCodegen.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-06-16 23:07:10 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-06-16 23:07:10 -0700
commit69c27e04a96f037ee0ec0472c103416d4a4d5850 (patch)
tree1e678666e6c74ab965d1206d7546f93d5d2ae9bc /src/compiler/codegen/CompilerCodegen.h
parent2613de48e04b582f1af90fd567a34253ebe757c4 (diff)
parent6969d50c820bd63043940b0e0f0ddc6e6ac763b0 (diff)
Merge "Invoke support for Quick Compiler" into ics-mr1-plus-art
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
-rw-r--r--src/compiler/codegen/CompilerCodegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h
index 45084167ac..61ea6b6cef 100644
--- a/src/compiler/codegen/CompilerCodegen.h
+++ b/src/compiler/codegen/CompilerCodegen.h
@@ -31,6 +31,8 @@ void genFusedLongCmpBranch(CompilationUnit* cUnit, BasicBlock* bb, MIR* mir);
void genFusedFPCmpBranch(CompilationUnit* cUnit, BasicBlock* bb, MIR* mir,
bool gtBias, bool isDouble);
+CallInfo* oatNewCallInfo(CompilationUnit* cUnit, BasicBlock* bb, MIR* mir,
+ InvokeType type, bool isRange);
/* Lower middle-level IR to low-level IR for the whole method */
void oatMethodMIR2LIR(CompilationUnit* cUnit);