diff options
| author | 2012-04-17 02:20:34 -0700 | |
|---|---|---|
| committer | 2012-04-17 14:44:39 -0700 | |
| commit | 83bb6624fe370e7f8922471598adcd1f936e4b1a (patch) | |
| tree | 4632b575849c78e911ad46b8d19bd71b93ef6dd5 /src/compiler_llvm/method_compiler.h | |
| parent | 2acf36d8cfeb5ddb293904148aa70f25ef6d8845 (diff) | |
Implement MarkGCCard.
Change-Id: Ic004750a303897d33a5459a41ac60ac552926e07
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |