Lines Matching defs:with
34 // even if the constant could be loaded with just one, so that this value is
300 // This method makes sure |object| and |offset| are allowed to overlap with
306 // Registers are saved in numerical order, with higher numbered registers
508 // Exits with 'result' holding the answer.
646 // functor/function with 'Label *func(size_t index)' declaration.
798 // TODO(LOONG_dev): LOONG64: Remove this function once we stick with the
822 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) {
826 Branch(if_equal, eq, with, Operand(scratch));
830 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) {
834 Branch(if_not_equal, ne, with, Operand(scratch));
849 // the tagged HeapObject pointer. For use with FieldOperand(reg, off).