summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author Logan Chien <loganchien@google.com> 2012-01-14 03:43:35 +0800
committer Shih-wei Liao <sliao@google.com> 2012-02-18 00:09:20 -0800
commit27b3025d4127137bb144864e30514958e836d5cb (patch)
tree232f8ef8e835a21816f2ead1a7b56041c21f2088 /src/compiler_llvm/method_compiler.h
parent15377ddda5314e55ede6ebeaefc3e867ff5062ee (diff)
Implement const-class instruction.
Change-Id: If95d9eceff27c226312dcb3560323c7aee54fe66
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 6a6768b42b..b5877e8ab4 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -315,6 +315,8 @@ class MethodCompiler {
llvm::Value* index_value,
llvm::Type* elem_type);
+ llvm::Value* EmitLoadConstantClass(uint32_t dex_pc, uint32_t type_idx);
+
void EmitGuard_DivZeroException(uint32_t dex_pc,
llvm::Value* denominator,
JType op_jty);