Lines Matching refs:val
4471 Node* val = node->InputAt(1);
4478 // Check if {exp} and {val} are the same, which is the likely case.
4479 __ Branch(__ TaggedEqual(exp, val), &if_same, &if_notsame);
4483 // Now {val} could still be a non-internalized String that matches {exp}.
4485 ObjectIsSmi(val), frame_state);
4486 Node* val_map = __ LoadField(AccessBuilder::ForMap(), val);
4500 // Check that the {val} is a non-internalized String, if it's anything
4510 // Try to find the {val} in the string table.
4523 try_string_to_index_or_lookup_existing, isolate_ptr, val);
4533 // The {val} is a ThinString, let's check the actual value.
4535 __ LoadField(AccessBuilder::ForThinStringActual(), val);
4548 Node* val = node->InputAt(1);
4549 Node* check = __ TaggedEqual(exp, val);