summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author TDYa127 <tdy@google.com> 2012-04-24 01:15:10 -0700
committer Shih-wei Liao <sliao@google.com> 2012-04-24 19:15:51 -0700
commit17826bfcdfbb27ebc13f01ffc5859b390f78e4e0 (patch)
tree8b725fb2c4c7ded8914429dad1d71addef7f3702 /src/compiler_llvm/method_compiler.h
parent677cabcbf27ce0dfbc65cdc99a5ca022de4db086 (diff)
Just use getPtrEquiveInt to load method.
Change-Id: I8cbf155a0bfc4ea0f0d61dbf981e0ace43ef2c2b
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 84c55d62bd..7dded33412 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -215,9 +215,6 @@ 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);