Lines Matching refs:name
55 Name name = map->instance_descriptors(isolate).GetKey(modify_index);
56 if (name.IsString()) {
57 String::cast(name).PrintOn(file);
59 os << "{symbol " << reinterpret_cast<void*>(name.ptr()) << "}";
934 Name name = descriptors->GetKey(i);
938 .SearchTransition(name, details.kind(), details.attributes());
1073 Name name = map->instance_descriptors(isolate).GetKey(modify_index);
1074 if (name.IsString()) {
1075 String::cast(name).PrintOn(file);
1077 os << "{symbol " << reinterpret_cast<void*>(name.ptr()) << "}";
1115 InternalIndex descriptor, Handle<Name> name,
1156 name, descriptors.GetFieldIndex(descriptor), details.attributes(),
1208 Handle<Name> name(descriptors->GetKey(modify_index), isolate);
1211 UpdateFieldType(isolate, field_owner, modify_index, name, new_constness,