Home
last modified time | relevance | path

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

12

/external/v8/src/
Dmap-updater.cc67 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 …]
Dlayout-descriptor.cc47 DCHECK(details.location() != kField || in ShareAppend()
73 DCHECK(details.location() != kField || in AppendIfFastOrUseFull()
272 if (details.location() != kField) continue; in IsConsistentWithMap()
Dproperty.cc60 PropertyDetails details(kData, attributes, kField, constness, representation, in DataField()
109 if (location() == kField) { in PrintAsFastTo()
Dlayout-descriptor-inl.h36 if (details.location() != kField || !details.representation().IsDouble()) { in InobjectUnboxedField()
195 DCHECK(details.location() != kField || in Initialize()
Dproperty-details.h75 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator
238 value_ = KindField::encode(kind) | LocationField::encode(kField) |
411 return b == kField || a == kDescriptor; in IsGeneralizableTo()
Dlookup.cc846 } 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()
Dmap-updater.h164 PropertyLocation new_location_ = kField;
Dtransitions.cc257 if (requested_location == kFieldOnly && details.location() != kField) { in FindTransitionToDataProperty()
273 if (details.location() != kField) return Handle<String>::null(); in ExpectedTransitionKey()
Dproperty-descriptor.cc65 if (details.location() == kField) { in ToPropertyDescriptorFastPath()
Dstring-stream.cc303 if (details.location() == kField) { in PrintUsingMap()
Dkeys.cc329 if (details.location() != kField) fields_only = false; in GetFastEnumPropertyKeys()
346 DCHECK_EQ(kField, details.location()); in GetFastEnumPropertyKeys()
Dobjects.cc3315 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 …]
Dobjects-printer.cc421 case kField: { in PrintProperties()
436 if (details.location() != kField) continue; in PrintProperties()
2276 case kField: { in PrintDescriptorDetails()
Dobjects-inl.h70 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()
Djson-stringifier.cc659 if (details.location() == kField && *map == js_obj->map()) { in SerializeJSObject()
/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-configuration-inl.h43 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()
Dhandler-configuration.h39 kField, enumerator
196 kField, enumerator
Daccessor-assembler.cc447 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/
DEditTracker.h27 kField, enumerator
DEditTracker.cpp18 case RenameCategory::kField: in GetTag()
/external/v8/src/compiler/
Daccess-info.cc370 if (details.location() == kField) { in ComputePropertyAccessInfo()
676 if (details.location() != kField) return false; in LookupTransition()
/external/v8/src/objects/
Dmap-inl.h654 if (details.location() == kField) { in AppendDescriptor()
662 DCHECK(details.location() != kField || !details.representation().IsDouble()); in AppendDescriptor()
/external/v8/src/runtime/
Druntime-literals.cc117 DCHECK_EQ(kField, descriptors->GetDetails(i).location()); in StructureWalk()
Druntime-classes.cc335 DCHECK_EQ(kField, details.location()); in AddDescriptorsByTemplate()

12