Lines Matching refs:kData
95 details = PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in ForTransitionHandler()
430 DCHECK_EQ(kData, property_details_.kind()); in PrepareForDataProperty()
482 isolate_, old_map, descriptor_number(), i::kData, attributes); in ReconfigureDataProperty()
493 PropertyDetails details(kData, attributes, PropertyCellType::kMutable); in ReconfigureDataProperty()
574 kData, attributes, PropertyCellType::kUninitialized, index); in PrepareTransitionToDataProperty()
584 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
599 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
847 DCHECK_EQ(kData, property_details_.kind()); in FetchValue()
895 DCHECK_EQ(kData, property_details_.kind()); in GetFieldDescriptorIndex()
912 DCHECK_EQ(kData, property_details_.kind()); in GetConstantIndex()
1078 case v8::internal::kData: in LookupInSpecialHolder()
1130 case v8::internal::kData: in LookupInRegularHolder()