Home | History | Annotate | Download | only in builtins

Lines Matching defs:start_position

893   Node* start_position = IntPtrMax(SmiUntag(position), int_zero);
898 IntPtrSub(string_length, start_position)),
913 OneByteCharAddress(BitcastTaggedToWord(receiver), start_position));
921 var_string_addr.Bind(OneByteCharAddress(unpacked, start_position));
957 Node* search_length = IntPtrSub(string_length, start_position);
968 IntPtrAdd(IntPtrSub(result_address, string_addr), start_position);
978 f_return(SmiTag(IntPtrMin(string_length, start_position)));