Home
last modified time | relevance | path

Searched refs:kField (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/
Dmap-updater.cc53 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 …]
Dproperty.cc38 PropertyDetails details(kData, attributes, kField, constness, representation, in DataField()
71 if (location() == kField) { in PrintAsFastTo()
Dlayout-descriptor.cc51 DCHECK(details.location() != kField || in ShareAppend()
78 DCHECK(details.location() != kField || in AppendIfFastOrUseFull()
266 if (details.location() != kField) continue; in IsConsistentWithMap()
Dlayout-descriptor-inl.h31 if (details.location() != kField || !details.representation().IsDouble()) { in InobjectUnboxedField()
208 DCHECK(details.location() != kField || in Initialize()
Dlookup.cc606 } 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()
Dproperty-details.h75 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()
Dmap-updater.h167 PropertyLocation new_location_ = kField;
Dtransitions.cc205 if (details.location() != kField) return Handle<Map>::null(); in FindTransitionToField()
218 if (details.location() != kField) return Handle<String>::null(); in ExpectedTransitionKey()
Dproperty-descriptor.cc64 if (details.location() == kField) { in ToPropertyDescriptorFastPath()
Dstring-stream.cc307 if (details.location() == kField) { in PrintUsingMap()
Dobjects-printer.cc284 case kField: { in PrintProperties()
1578 case kField: { in PrintDescriptorDetails()
Dobjects.cc2889 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 …]
Djson-stringifier.cc536 if (details.location() == kField && *map == js_obj->map()) { in SerializeJSObject()
Dkeys.cc333 if (details.location() == kField) { in GetFastEnumPropertyKeys()
Dobjects-debug.cc347 if (details.location() == kField) { in JSObjectVerify()
Dobjects-inl.h60 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()
Dvalue-serializer.cc497 if (V8_LIKELY(!map_changed && details.location() == kField)) { in WriteJSObject()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp32 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/
Dhandler-compiler.cc169 details.location() == kField && in CompileLoadInterceptor()
281 DCHECK_EQ(kField, it->property_details().location()); in GenerateLoadPostInterceptor()
Dic.cc1391 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()
Dkeyed-store-generic.cc674 Int32Constant(kField)), in OverwriteExistingFastProperty()
/external/v8/src/compiler/
Daccess-info.cc305 if (details.location() == kField) { in ComputePropertyAccessInfo()
535 if (details.location() != kField) return false; in LookupTransition()
Djs-create-lowering.cc183 if (details.location() != kField) continue; in IsFastLiteral()
1154 if (property_details.location() != kField) continue; in AllocateFastLiteral()
/external/v8/src/crankshaft/
Dhydrogen.h2532 details_.location() == kField && details_.constness() == kConst; in IsDataConstantField()
2536 details_.location() == kField; in IsData()
2605 details_.location() == kField; in IsTransitionToData()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1560 case kField: { in ExtractPropertyReferences()

12