Lines Matching defs:value
308 // Checks that |constant_| is still the value of accessing |property_name_|
356 Object value;
372 value = AccessorPair::cast(dictionary_value)
375 value = dictionary_value;
377 return value == *constant_.object() ? ValidationResult::kFoundCorrect
435 FieldIndex index, const ObjectRef& value)
442 value_(value) {}
459 "Constant Double property value changed in "
465 TRACE_BROKER_MISSING(broker_, "Constant property value changed in "
504 const ObjectRef& value)
510 value_(value) {
529 << "has a value that might not safe to read at index "
535 TRACE_BROKER_MISSING(broker_, "Constant property value changed in "
810 // marked by setting the value to the hole.
811 if (cell->value() == *(cell_.isolate()->factory()->the_hole_value())) {
846 return cell->value() == Smi::FromInt(Protectors::kProtectorValid);
871 const ObjectRef& value)
875 value_(value.object()) {}
958 return maybe_element.value() == *element_.object();
1099 if (cell.value().AsSmi() != Protectors::kProtectorValid) return false;
1143 ? site.boilerplate().value().map().elements_kind()
1151 const HeapObjectRef& object, int offset, const ObjectRef& value) {
1153 zone_->New<ObjectSlotValueDependency>(object, offset, value));
1164 FieldIndex index, const ObjectRef& value) {
1166 broker_, holder, map, representation, index, value));
1170 const JSObjectRef& holder, InternalIndex index, const ObjectRef& value) {
1172 broker_, holder, index, value));
1309 receiver_map = constructor.value().initial_map(this);