/external/v8/src/ |
D | map-updater.cc | 53 DCHECK_EQ(kField, new_location_); in GetFieldType() 56 DCHECK_EQ(kField, GetDetails(descriptor).location()); in GetFieldType() 66 if (location == kField) { in GetOrComputeFieldType() 78 if (location == kField) { in GetOrComputeFieldType() 97 new_location_ = kField; in ReconfigureToDataField() 193 DCHECK_EQ(kField, old_details.location()); in TryRecofigureToDataFieldInplace() 245 if (old_details.location() != kField) { in FindRootMap() 257 DCHECK_EQ(kField, new_location_); in FindRootMap() 309 if (tmp_details.location() == kField) { in FindTargetMap() 337 if (new_location_ == kField) { in FindTargetMap() [all …]
|
D | property.cc | 38 PropertyDetails details(kData, attributes, kField, constness, representation, in DataField() 71 if (location() == kField) { in PrintAsFastTo()
|
D | layout-descriptor.cc | 51 DCHECK(details.location() != kField || in ShareAppend() 78 DCHECK(details.location() != kField || in AppendIfFastOrUseFull() 266 if (details.location() != kField) continue; in IsConsistentWithMap()
|
D | layout-descriptor-inl.h | 31 if (details.location() != kField || !details.representation().IsDouble()) { in InobjectUnboxedField() 208 DCHECK(details.location() != kField || in Initialize()
|
D | lookup.cc | 606 } else if (property_details_.location() == kField) { in FetchValue() 621 DCHECK_EQ(kField, property_details_.location()); in IsConstFieldValueEqualTo() 654 DCHECK_EQ(kField, property_details_.location()); in GetFieldDescriptorIndex() 681 DCHECK_EQ(kField, property_details_.location()); in GetFieldOwnerMap() 690 DCHECK_EQ(kField, property_details_.location()); in GetFieldIndex() 702 DCHECK_EQ(kField, property_details_.location()); in GetFieldType() 739 if (property_details_.location() == kField) { in WriteDataValue()
|
D | property-details.h | 75 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator 236 value_ = KindField::encode(kind) | LocationField::encode(kField) | in PropertyDetails() 405 return b == kField || a == kDescriptor; in IsGeneralizableTo()
|
D | map-updater.h | 167 PropertyLocation new_location_ = kField;
|
D | transitions.cc | 205 if (details.location() != kField) return Handle<Map>::null(); in FindTransitionToField() 218 if (details.location() != kField) return Handle<String>::null(); in ExpectedTransitionKey()
|
D | property-descriptor.cc | 64 if (details.location() == kField) { in ToPropertyDescriptorFastPath()
|
D | string-stream.cc | 307 if (details.location() == kField) { in PrintUsingMap()
|
D | objects-printer.cc | 284 case kField: { in PrintProperties() 1578 case kField: { in PrintDescriptorDetails()
|
D | objects.cc | 2889 n->GetDetails(i).location() == kField) { in PrintInstanceMigration() 3454 DCHECK_EQ(kField, details.location()); in MigrateFastToFast() 3498 if (details.location() != kField) continue; in MigrateFastToFast() 3520 DCHECK_EQ(kField, old_details.location()); in MigrateFastToFast() 3547 if (details.location() != kField) continue; in MigrateFastToFast() 3646 if (details.location() == kField) { in MigrateFastToSlow() 3797 if (descriptors->GetDetails(i).location() == kField) result++; in NumberOfFields() 3807 if (details.location() == kField) { in GeneralizeAllFields() 3837 if (details.constness() != kMutable || details.location() != kField || in CopyGeneralizeAllFields() 3839 int field_index = details.location() == kField in CopyGeneralizeAllFields() [all …]
|
D | json-stringifier.cc | 536 if (details.location() == kField && *map == js_obj->map()) { in SerializeJSObject()
|
D | keys.cc | 333 if (details.location() == kField) { in GetFastEnumPropertyKeys()
|
D | objects-debug.cc | 347 if (details.location() == kField) { in JSObjectVerify()
|
D | objects-inl.h | 60 DCHECK(location() == kField); in field_width_in_words() 2243 DCHECK_EQ(kField, details.location()); in WriteToField() 3029 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldIndex() 3034 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldType() 5444 CHECK(details.location() != kField || !details.representation().IsDouble()); in AppendDescriptor()
|
D | value-serializer.cc | 497 if (V8_LIKELY(!map_changed && details.location() == kField)) { in WriteJSObject()
|
/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-compiler.cc | 169 details.location() == kField && in CompileLoadInterceptor() 281 DCHECK_EQ(kField, it->property_details().location()); in GenerateLoadPostInterceptor()
|
D | ic.cc | 1391 if (lookup->property_details().location() == kField) { in GetMapIndependentHandler() 1857 DCHECK_EQ(kField, details.location()); in StoreTransition() 2014 if (lookup->property_details().location() == kField) { in GetMapIndependentHandler()
|
D | keyed-store-generic.cc | 674 Int32Constant(kField)), in OverwriteExistingFastProperty()
|
/external/v8/src/compiler/ |
D | access-info.cc | 305 if (details.location() == kField) { in ComputePropertyAccessInfo() 535 if (details.location() != kField) return false; in LookupTransition()
|
D | js-create-lowering.cc | 183 if (details.location() != kField) continue; in IsFastLiteral() 1154 if (property_details.location() != kField) continue; in AllocateFastLiteral()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2532 details_.location() == kField && details_.constness() == kConst; in IsDataConstantField() 2536 details_.location() == kField; in IsData() 2605 details_.location() == kField; in IsTransitionToData()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1560 case kField: { in ExtractPropertyReferences()
|