/external/v8/src/ |
D | map-updater.cc | 67 DCHECK_EQ(kField, new_location_); in GetFieldType() 70 DCHECK_EQ(kField, GetDetails(descriptor).location()); in GetFieldType() 80 if (location == kField) { in GetOrComputeFieldType() 92 if (location == kField) { in GetOrComputeFieldType() 111 new_location_ = kField; in ReconfigureToDataField() 213 DCHECK_EQ(kField, old_details.location()); in TryRecofigureToDataFieldInplace() 273 if (old_details.location() != kField) { in FindRootMap() 286 DCHECK_EQ(kField, new_location_); in FindRootMap() 352 if (tmp_details.location() == kField) { in FindTargetMap() 383 if (new_location_ == kField) { in FindTargetMap() [all …]
|
D | layout-descriptor.cc | 47 DCHECK(details.location() != kField || in ShareAppend() 73 DCHECK(details.location() != kField || in AppendIfFastOrUseFull() 272 if (details.location() != kField) continue; in IsConsistentWithMap()
|
D | property.cc | 60 PropertyDetails details(kData, attributes, kField, constness, representation, in DataField() 109 if (location() == kField) { in PrintAsFastTo()
|
D | layout-descriptor-inl.h | 36 if (details.location() != kField || !details.representation().IsDouble()) { in InobjectUnboxedField() 195 DCHECK(details.location() != kField || in Initialize()
|
D | property-details.h | 75 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator 238 value_ = KindField::encode(kind) | LocationField::encode(kField) | 411 return b == kField || a == kDescriptor; in IsGeneralizableTo()
|
D | lookup.cc | 846 } else if (property_details_.location() == kField) { in FetchValue() 861 DCHECK_EQ(kField, property_details_.location()); in IsConstFieldValueEqualTo() 894 DCHECK_EQ(kField, property_details_.location()); in GetFieldDescriptorIndex() 921 DCHECK_EQ(kField, property_details_.location()); in GetFieldOwnerMap() 931 DCHECK_EQ(kField, property_details_.location()); in GetFieldIndex() 939 DCHECK_EQ(kField, property_details_.location()); in GetFieldType() 975 if (property_details_.location() == kField) { in WriteDataValue()
|
D | map-updater.h | 164 PropertyLocation new_location_ = kField;
|
D | transitions.cc | 257 if (requested_location == kFieldOnly && details.location() != kField) { in FindTransitionToDataProperty() 273 if (details.location() != kField) return Handle<String>::null(); in ExpectedTransitionKey()
|
D | property-descriptor.cc | 65 if (details.location() == kField) { in ToPropertyDescriptorFastPath()
|
D | string-stream.cc | 303 if (details.location() == kField) { in PrintUsingMap()
|
D | keys.cc | 329 if (details.location() != kField) fields_only = false; in GetFastEnumPropertyKeys() 346 DCHECK_EQ(kField, details.location()); in GetFastEnumPropertyKeys()
|
D | objects.cc | 3315 n->GetDetails(i).location() == kField) { in PrintInstanceMigration() 4144 (details.location() == kField && target_index >= 0 && in MigrateFastToFast() 4183 DCHECK_EQ(kField, details.location()); in MigrateFastToFast() 4231 if (details.location() != kField) continue; in MigrateFastToFast() 4253 DCHECK_EQ(kField, old_details.location()); in MigrateFastToFast() 4285 if (details.location() != kField) continue; in MigrateFastToFast() 4385 if (details.location() == kField) { in MigrateFastToSlow() 4540 if (descriptors->GetDetails(i).location() == kField) result++; in NumberOfFields() 4554 if (details.location() == kField) { in GeneralizeAllFields() 4584 details.location() != kField || details.attributes() != attributes) { in CopyGeneralizeAllFields() [all …]
|
D | objects-printer.cc | 421 case kField: { in PrintProperties() 436 if (details.location() != kField) continue; in PrintProperties() 2276 case kField: { in PrintDescriptorDetails()
|
D | objects-inl.h | 70 DCHECK_EQ(location(), kField); in field_width_in_words() 1459 DCHECK_EQ(kField, details.location()); in WriteToField() 1916 DCHECK_EQ(GetDetails(descriptor_number).location(), kField); in GetFieldIndex() 1921 DCHECK_EQ(GetDetails(descriptor_number).location(), kField); in GetFieldType()
|
D | json-stringifier.cc | 659 if (details.location() == kField && *map == js_obj->map()) { in SerializeJSObject()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 32 kField = 5, enumerator 46 {0x109d7ce7, L"mouseEnter", XFA_EVENT_MouseEnter, EventAppliesToo::kField}, 49 {0x27410f03, L"mouseExit", XFA_EVENT_MouseExit, EventAppliesToo::kField}, 57 {0x9f693b21, L"mouseDown", XFA_EVENT_MouseDown, EventAppliesToo::kField}, 59 {0xd576d08e, L"mouseUp", XFA_EVENT_MouseUp, EventAppliesToo::kField}, 499 case EventAppliesToo::kField: in execSingleEventByName()
|
/external/v8/src/ic/ |
D | handler-configuration-inl.h | 43 int config = KindBits::encode(kField) | in LoadField() 150 DCHECK(kind == kField || (kind == kConstField && FLAG_track_constant_fields)); in StoreField() 166 Kind kind = constness == PropertyConstness::kMutable ? kField : kConstField; in StoreField()
|
D | handler-configuration.h | 39 kField, enumerator 196 kField, enumerator
|
D | accessor-assembler.cc | 447 GotoIf(WordEqual(handler_kind, IntPtrConstant(LoadHandler::kField)), &field); in HandleLoadICSmiHandlerCase() 1082 Int32Constant(kField)), in OverwriteExistingFastDataProperty() 1473 Word32Or(WordEqual(handler_kind, IntPtrConstant(StoreHandler::kField)), in HandleStoreICSmiHandlerCase() 1478 WordEqual(handler_kind, IntPtrConstant(StoreHandler::kField))); in HandleStoreICSmiHandlerCase()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | EditTracker.h | 27 kField, enumerator
|
D | EditTracker.cpp | 18 case RenameCategory::kField: in GetTag()
|
/external/v8/src/compiler/ |
D | access-info.cc | 370 if (details.location() == kField) { in ComputePropertyAccessInfo() 676 if (details.location() != kField) return false; in LookupTransition()
|
/external/v8/src/objects/ |
D | map-inl.h | 654 if (details.location() == kField) { in AppendDescriptor() 662 DCHECK(details.location() != kField || !details.representation().IsDouble()); in AppendDescriptor()
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 117 DCHECK_EQ(kField, descriptors->GetDetails(i).location()); in StructureWalk()
|
D | runtime-classes.cc | 335 DCHECK_EQ(kField, details.location()); in AddDescriptorsByTemplate()
|