From 83bb6624fe370e7f8922471598adcd1f936e4b1a Mon Sep 17 00:00:00 2001 From: TDYa127 Date: Tue, 17 Apr 2012 02:20:34 -0700 Subject: Implement MarkGCCard. Change-Id: Ic004750a303897d33a5459a41ac60ac552926e07 --- src/compiler_llvm/method_compiler.h | 2 ++ 1 file changed, 2 insertions(+) (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 0bfdf5d4c5..7a5d66f8ef 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -260,6 +260,8 @@ class MethodCompiler { #undef GEN_INSN_ARGS + // GC card table helper function + void EmitMarkGCCard(llvm::Value* value, llvm::Value* target_addr); // Shadow frame helper function void EmitPopShadowFrame(); -- cgit v1.2.3-59-g8ed1b