From 17826bfcdfbb27ebc13f01ffc5859b390f78e4e0 Mon Sep 17 00:00:00 2001 From: TDYa127 Date: Tue, 24 Apr 2012 01:15:10 -0700 Subject: Just use getPtrEquiveInt to load method. Change-Id: I8cbf155a0bfc4ea0f0d61dbf981e0ace43ef2c2b --- src/compiler_llvm/method_compiler.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/compiler_llvm/method_compiler.h') 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); -- cgit v1.2.3-59-g8ed1b