| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 893c11474759f1fa6a76402edec154983922ff52..52814fa2356e567f69101c97745d13b65c8052bd 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -88,6 +88,13 @@ class MacroAssembler: public Assembler {
|
| Label* condition_met,
|
| Label::Distance condition_met_distance = Label::kFar);
|
|
|
| +
|
| + void InNewSpace(Register object,
|
| + Register scratch,
|
| + Condition cc,
|
| + Label* condition_met,
|
| + Label::Distance condition_met_distance = Label::kFar);
|
| +
|
| // 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
|
|
|