Lines Matching refs:value

707     TransitionsAccessor::SetMigrationTarget(isolate, old_map, new_map.value());
709 return handle(new_map.value(), isolate);
1765 PropertyConstness constness, Object value) {
1770 value.FitsRepresentation(details.representation()) &&
1771 descriptors.GetFieldType(descriptor).NowContains(value);
1789 Handle<Object> value) {
1791 *value)) {
1797 Representation representation = value->OptimalRepresentation(isolate);
1798 Handle<FieldType> type = value->OptimalType(isolate, representation);
1811 Handle<Object> value) {
1814 // Dictionaries can store any property value.
1816 return UpdateDescriptorForValue(isolate, map, descriptor, constness, value);
1821 Handle<Object> value,
1847 value);
1855 Representation representation = value->OptimalRepresentation(isolate);
1856 Handle<FieldType> type = value->OptimalType(isolate, representation);
1916 // At least one of the accessors needs to be a new value.
2095 prototype_hash = receiver.GetOrCreateIdentityHash(isolate).value();
2223 void Map::SetShouldBeFastPrototypeMap(Handle<Map> map, bool value,
2225 if (value == false && !map->prototype_info().IsPrototypeInfo()) {
2226 // "False" is the implicit default value, so there's nothing to do.
2229 GetOrCreatePrototypeInfo(map, isolate)->set_should_be_fast_map(value);
2258 if (cell->value() == Smi::FromInt(Map::kPrototypeChainValid)) {
2275 return cell.value() != Smi::FromInt(Map::kPrototypeChainValid);
2327 MaybeObject value = WeakFixedArray::Get(GetIndex(fast_map));
2329 if (!value->GetHeapObjectIfWeak(&heap_object)) {