Lines Matching refs:with
70 // Call incsspq with {number_of_words} only if the cpu supports it.
234 // above with a conditional jump.
333 // Loads a pointer into a register with a relocation mode.
335 // This method must not be used with heap object references. The stored
426 void CompareRoot(Register with, RootIndex index);
427 void CompareRoot(Operand with, RootIndex index);
663 void JumpIfRoot(Register with, RootIndex index, Label* if_equal,
665 CompareRoot(with, index);
668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal,
670 CompareRoot(with, index);
675 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal,
677 CompareRoot(with, index);
680 void JumpIfNotRoot(Operand with, RootIndex index, Label* if_not_equal,
682 CompareRoot(with, index);
693 // the tagged HeapObject pointer. For use with FieldOperand(reg, off).
857 // Load the native context slot with the current index.