/third_party/node/deps/v8/src/objects/ |
H A D | field-index-inl.h | 16 FieldIndex FieldIndex::ForInObjectOffset(int offset, Encoding encoding) { in ForInObjectOffset() 20 return FieldIndex(true, offset, encoding, 0, 0); in ForInObjectOffset() 23 FieldIndex FieldIndex::ForPropertyIndex(Map map, int property_index, in ForPropertyIndex() 39 return FieldIndex(is_inobject, offset, encoding, inobject_properties, in ForPropertyIndex() 46 int FieldIndex::GetLoadByFieldIndex() const { 64 FieldIndex FieldIndex::ForDescriptor(Map map, InternalIndex descriptor_index) { 69 FieldIndex FieldInde [all...] |
H A D | field-index.h | 22 class FieldIndex final { 26 FieldIndex() : bit_field_(0) {} in FieldIndex() function in v8::internal::final 28 static inline FieldIndex ForPropertyIndex( 31 static inline FieldIndex ForInObjectOffset(int offset, Encoding encoding); 32 static inline FieldIndex ForDescriptor(Map map, 34 static inline FieldIndex ForDescriptor(PtrComprCageBase cage_base, Map map, 73 bool operator==(FieldIndex const& other) const { in operator ==() 76 bool operator!=(FieldIndex const& other) const { return !(*this == other); } in operator !=() 79 FieldIndex(bool is_inobject, int offset, Encoding encoding, in FieldIndex() function in v8::internal::final
|
H A D | js-objects.h | 681 FieldIndex index); 685 FieldIndex index, SeqCstAccessTag tag); 686 inline Object RawFastPropertyAt(FieldIndex index) const; 688 FieldIndex index) const; 689 inline Object RawFastPropertyAt(FieldIndex index, SeqCstAccessTag tag) const; 690 inline Object RawFastPropertyAt(PtrComprCageBase cage_base, FieldIndex index, 698 PtrComprCageBase cage_base, Map original_map, FieldIndex index) const; 700 inline void FastPropertyAtPut(FieldIndex index, Object value, 702 inline void FastPropertyAtPut(FieldIndex index, Object value, 705 FieldIndex inde 1127 enum FieldIndex { global() enum in v8::internal::JSDate [all...] |
H A D | js-objects-inl.h | 347 Object JSObject::RawFastPropertyAt(FieldIndex index) const { in RawFastPropertyAt() 353 FieldIndex index) const { in RawFastPropertyAt() 364 Object JSObject::RawFastPropertyAt(FieldIndex index, in RawFastPropertyAt() 370 Object JSObject::RawFastPropertyAt(PtrComprCageBase cage_base, FieldIndex index, in RawFastPropertyAt() 381 PtrComprCageBase cage_base, Map original_map, FieldIndex index) const { in RawInobjectPropertyAt() 415 void JSObject::RawFastInobjectPropertyAtPut(FieldIndex index, Object value, in RawFastInobjectPropertyAtPut() 423 void JSObject::RawFastInobjectPropertyAtPut(FieldIndex index, Object value, in RawFastInobjectPropertyAtPut() 434 void JSObject::FastPropertyAtPut(FieldIndex index, Object value, in FastPropertyAtPut() 444 void JSObject::FastPropertyAtPut(FieldIndex index, Object value, in FastPropertyAtPut() 458 FieldIndex inde in WriteToField() [all...] |
H A D | lookup.cc | 927 FieldIndex field_index = in FetchValue() 928 FieldIndex::ForDescriptor(holder->map(isolate_), descriptor_number()); in FetchValue() 955 FieldIndex field_index = in IsConstFieldValueEqualTo() 956 FieldIndex::ForDescriptor(holder->map(isolate_), descriptor_number()); in IsConstFieldValueEqualTo() 1032 FieldIndex LookupIterator::GetFieldIndex() const { in GetFieldIndex() 1037 return FieldIndex::ForDescriptor(holder_->map(isolate_), descriptor_number()); in GetFieldIndex() 1066 FieldIndex field_index = in GetDataValue() 1067 FieldIndex::ForDescriptor(holder->map(isolate_), descriptor_number()); in GetDataValue() 1138 FieldIndex field_index = in WriteDataValue() 1139 FieldIndex in WriteDataValue() [all...] |
H A D | js-objects.cc | 342 FieldIndex index = FieldIndex::ForPropertyIndex( in FastAssign() 2144 FieldIndex field_index = FieldIndex::ForPropertyIndex( in FastGetOwnValuesOrEntries() 3016 FieldIndex index = in MigrateFastToFast() 3017 FieldIndex::ForDescriptor(isolate, *new_map, new_map->LastAdded()); in MigrateFastToFast() 3115 FieldIndex index = FieldIndex::ForDescriptor(isolate, *old_map, i); in MigrateFastToFast() 3161 FieldIndex index = FieldIndex in MigrateFastToFast() [all...] |
H A D | js-regexp.cc | 57 FieldIndex groups_index = FieldIndex::ForDescriptor( in BuildIndices()
|
H A D | property-descriptor.cc | 68 FieldIndex::ForDescriptor(*map, i)); in ToPropertyDescriptorFastPath()
|
H A D | lookup.h | 181 FieldIndex GetFieldIndex() const;
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.h | 76 FieldIndex field_index, Representation field_representation, 83 FieldIndex field_index, Representation field_representation, 146 FieldIndex field_index() const { in field_index() 187 FieldIndex field_index, 205 FieldIndex field_index_;
|
H A D | access-info.cc | 112 FieldIndex field_index, Representation field_representation, in DataField() 133 FieldIndex field_index, Representation field_representation, in FastDataConstant() 218 base::Optional<MapRef> transition_map, FieldIndex field_index, in PropertyAccessInfo() 428 FieldIndex field_index = FieldIndex::ForPropertyIndex(*map.object(), index, in ComputeDataFieldAccessInfo() 1055 FieldIndex field_index; in LookupSpecialFieldAccessor() 1114 FieldIndex field_index = FieldIndex::ForPropertyIndex( in LookupTransition()
|
H A D | compilation-dependencies.h | 108 FieldIndex index,
|
H A D | heap-refs.cc | 293 FieldIndex field_index) { in GetOwnFastDataPropertyFromHeap() 516 FieldIndex field_index; 1187 FieldIndex index) const { in RawInobjectPropertyAt() 1218 FieldIndex MapRef::GetFieldIndexFor(InternalIndex descriptor_index) const { in GetFieldIndexFor() 1220 FieldIndex result = FieldIndex::ForDescriptor(*object(), descriptor_index); in GetFieldIndexFor() 1859 Representation field_representation, FieldIndex index, in GetOwnFastDataProperty()
|
H A D | access-builder.h | 161 static FieldAccess ForJSDateField(JSDate::FieldIndex index);
|
H A D | heap-refs.h | 387 base::Optional<ObjectRef> RawInobjectPropertyAt(FieldIndex index) const; 409 Representation field_representation, FieldIndex index, 724 FieldIndex GetFieldIndexFor(InternalIndex descriptor_index) const;
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.h | 167 static inline Handle<Smi> LoadField(Isolate* isolate, FieldIndex field_index); 301 FieldIndex field_index, 307 Isolate* isolate, int descriptor, FieldIndex field_index, 379 int descriptor, FieldIndex field_index,
|
H A D | handler-configuration-inl.h | 56 Handle<Smi> LoadHandler::LoadField(Isolate* isolate, FieldIndex field_index) { in LoadField() 225 int descriptor, FieldIndex field_index, in StoreField() 240 FieldIndex field_index, in StoreField() 249 Isolate* isolate, int descriptor, FieldIndex field_index, in StoreSharedStructField()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.h | 21 class FieldIndex; 102 // If true, the matching FieldIndex is returned through |field_index|. 105 FieldIndex* field_index);
|
H A D | accessors.cc | 56 FieldIndex::Encoding encoding, in CheckForName() 57 FieldIndex* index) { in CheckForName() 59 *index = FieldIndex::ForInObjectOffset(offset, encoding); in CheckForName() 68 Handle<Name> name, FieldIndex* index) { in IsJSObjectFieldAccessor() 77 JSArray::kLengthOffset, FieldIndex::kTagged, index); in IsJSObjectFieldAccessor() 81 String::kLengthOffset, FieldIndex::kWord32, index); in IsJSObjectFieldAccessor()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 26 int LoadSimpleFieldHandler(FieldIndex field_index) { in LoadSimpleFieldHandler() 276 LoadSimpleFieldHandler(FieldIndex::ForInObjectOffset( in VisitLdaCurrentContextSlot() 277 Context::OffsetOfElementAt(slot_index), FieldIndex::kTagged)))); in VisitLdaCurrentContextSlot() 353 LoadSimpleFieldHandler(FieldIndex::ForInObjectOffset( in BuildPropertyCellAccess() 354 PropertyCell::kValueOffset, FieldIndex::kTagged)))); in BuildPropertyCellAccess()
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.cc | 320 FieldIndex index = FieldIndex::ForDescriptor(map, i); in PrintUsingMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 294 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const { in getFieldType() 297 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField; in getFieldType()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 115 FieldIndex index = FieldIndex::ForPropertyIndex( in StructureWalk()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 1770 FieldIndex index = FieldIndex::ForDescriptor(*map, i); in EnsurePropertiesAllocatedAndMarked() 1806 FieldIndex index = FieldIndex::ForDescriptor(*map, i); in EnsureJSObjectAllocated()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 873 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in DiscoverObject() 977 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in SerializeObject()
|