diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h index 33e59956ae..23519b7dc7 100644 --- a/src/ppc/macro-assembler-ppc.h +++ b/src/ppc/macro-assembler-ppc.h @@ -212,6 +212,9 @@ class MacroAssembler : public Assembler { void HasColor(Register object, Register scratch0, Register scratch1, Label* has_color, int first_bit, int second_bit); + void JumpIfBlack(Register object, Register scratch0, Register scratch1, + Label* on_black); + // Checks the color of an object. If the object is white we jump to the // incremental marker. void JumpIfWhite(Register value, Register scratch1, Register scratch2,