summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author Logan Chien <loganchien@google.com> 2012-04-23 14:57:01 +0800
committer Shih-wei Liao <sliao@google.com> 2012-04-23 03:51:14 -0700
commitfca64370bf2c553a6b2d97a89626e70dd7c30f20 (patch)
treef1c187f756684b488a1fd582b65801e43040257d /src/compiler_llvm/method_compiler.h
parent8ba2fc5b1ca044241e03c355424b782a9a8ca08d (diff)
Implement partial sharpening for LLVM.
Change-Id: I0c6953d6428edda71230c0088b9e0c9decada3b7
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 7dded33412..84c55d62bd 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -215,6 +215,9 @@ class MethodCompiler {
llvm::Value* EmitLoadSDCalleeMethodObjectAddr(uint32_t callee_method_idx);
+ llvm::Value* EmitLoadSDCalleeDirectMethodObjectAddr(uint32_t callee_method_idx,
+ uintptr_t direct_method);
+
llvm::Value* EmitLoadVirtualCalleeMethodObjectAddr(int vtable_idx,
llvm::Value* this_addr);