commit | 88894ee835411de72025cd8a5d8d111a6f2a004a | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Mon Feb 13 16:42:22 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Wed Feb 29 15:29:05 2012 -0800 |
tree | 76e4d1cfbb39f82cf6f97f679e0b90a2438f3beb | |
parent | d1224c79631bd1801b067a0f212b91afa961a362 [diff] [blame] |
JNI compiler. Change-Id: Ia9a52cced70b8c44d1354e3342ad27f212c8d993
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 13dc063..29d32a5 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h
@@ -81,6 +81,8 @@ CompiledMethod* CompileDexMethod(OatCompilationUnit* oat_compilation_unit); + CompiledMethod* CompileNativeMethod(OatCompilationUnit* oat_compilation_unit); + CompiledInvokeStub* CreateInvokeStub(bool is_static, char const *shorty); private: