diff options
| author | 2012-04-23 14:57:01 +0800 | |
|---|---|---|
| committer | 2012-04-23 03:51:14 -0700 | |
| commit | fca64370bf2c553a6b2d97a89626e70dd7c30f20 (patch) | |
| tree | f1c187f756684b488a1fd582b65801e43040257d /src/compiler_llvm/method_compiler.h | |
| parent | 8ba2fc5b1ca044241e03c355424b782a9a8ca08d (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.h | 3 |
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); |