Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: src/ia32/macro-assembler-ia32.h

Issue 7058009: Make InToSpace/InFromSpace use the page header. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Addressed review comments. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/ia32/macro-assembler-ia32.h
diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
index 1843850b6ab31822c7a8c9af1d4c7688ace9f346..c2322dd3dfd84053230d2548679696f0638e8b52 100644
--- a/src/ia32/macro-assembler-ia32.h
+++ b/src/ia32/macro-assembler-ia32.h
@@ -86,6 +86,12 @@ class MacroAssembler: public Assembler {
Condition cc,
LabelType* condition_met);
+ template<typename LabelType>
+ void InNewSpace(Register object,
+ Register scratch,
+ Condition cc,
+ LabelType* condition_met);
+
// Check if an object has a given incremental marking colour. Also uses ecx!
// The colour bits are found by splitting the address at the bit offset
// indicated by the mask: bits that are zero in the mask are used for the
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ia32/macro-assembler-ia32-inl.h » ('j') | src/spaces.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698