Lines Matching refs:lookup_result
928 FieldInfo const* lookup_result =
930 if (!lookup_result && access.const_field_info.IsConst()) {
933 lookup_result =
936 if (lookup_result) {
939 Node* replacement = lookup_result->value;
940 if (IsCompatible(representation, lookup_result->representation) &&
995 FieldInfo const* lookup_result =
998 if (lookup_result &&
1012 !lookup_result->name.is_null() &&
1013 !IsCompatible(representation, lookup_result->representation);
1022 if (lookup_result->value == new_value) {