/third_party/node/deps/v8/src/objects/ |
H A D | descriptor-array-inl.h | 107 Name DescriptorArray::GetKey(InternalIndex descriptor_number) const { in GetKey() 109 return GetKey(cage_base, descriptor_number); in GetKey() 113 InternalIndex descriptor_number) const { in GetKey() 114 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetKey() 115 int entry_offset = OffsetOfDescriptorAt(descriptor_number.as_int()); in GetKey() 120 void DescriptorArray::SetKey(InternalIndex descriptor_number, Name key) { in SetKey() argument 121 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetKey() 122 int entry_offset = OffsetOfDescriptorAt(descriptor_number.as_int()); in SetKey() 127 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() argument 128 return GetDetails(InternalIndex(descriptor_number)) in GetSortedKeyIndex() 131 GetSortedKey(int descriptor_number) GetSortedKey() argument 136 GetSortedKey(PtrComprCageBase cage_base, int descriptor_number) GetSortedKey() argument 141 SetSortedKey(int descriptor_number, int pointer) SetSortedKey() argument 146 GetStrongValue(InternalIndex descriptor_number) GetStrongValue() argument 151 GetStrongValue(PtrComprCageBase cage_base, InternalIndex descriptor_number) GetStrongValue() argument 156 SetValue(InternalIndex descriptor_number, MaybeObject value) SetValue() argument 164 GetValue(InternalIndex descriptor_number) GetValue() argument 169 GetValue(PtrComprCageBase cage_base, InternalIndex descriptor_number) GetValue() argument 176 GetDetails(InternalIndex descriptor_number) GetDetails() argument 183 SetDetails(InternalIndex descriptor_number, PropertyDetails details) SetDetails() argument 190 GetFieldIndex(InternalIndex descriptor_number) GetFieldIndex() argument 195 GetFieldType(InternalIndex descriptor_number) GetFieldType() argument 200 GetFieldType(PtrComprCageBase cage_base, InternalIndex descriptor_number) GetFieldType() argument 207 Set(InternalIndex descriptor_number, Name key, MaybeObject value, PropertyDetails details) Set() argument 214 Set(InternalIndex descriptor_number, Descriptor* desc) Set() argument 222 int descriptor_number = number_of_descriptors(); Append() local [all...] |
H A D | descriptor-array.h | 74 inline Name GetKey(InternalIndex descriptor_number) const; 76 InternalIndex descriptor_number) const; 77 inline Object GetStrongValue(InternalIndex descriptor_number); 79 InternalIndex descriptor_number); 80 inline MaybeObject GetValue(InternalIndex descriptor_number); 82 InternalIndex descriptor_number); 83 inline PropertyDetails GetDetails(InternalIndex descriptor_number); 84 inline int GetFieldIndex(InternalIndex descriptor_number); 85 inline FieldType GetFieldType(InternalIndex descriptor_number); 87 InternalIndex descriptor_number); 205 ToDetailsIndex(int descriptor_number) ToDetailsIndex() argument 210 ToKeyIndex(int descriptor_number) ToKeyIndex() argument 214 ToValueIndex(int descriptor_number) ToValueIndex() argument [all...] |
H A D | lookup.cc | 420 isolate(), new_map, descriptor_number(), new_constness, value); in PrepareForDataProperty() 426 descriptor_number()); in PrepareForDataProperty() 489 isolate_, old_map, descriptor_number(), i::PropertyKind::kData, in ReconfigureDataProperty() 495 Map::PrepareForDataProperty(isolate(), new_map, descriptor_number(), in ReconfigureDataProperty() 928 FieldIndex::ForDescriptor(holder->map(isolate_), descriptor_number()); in FetchValue() 938 isolate_, descriptor_number()); in FetchValue() 956 FieldIndex::ForDescriptor(holder->map(isolate_), descriptor_number()); in IsConstFieldValueEqualTo() 1021 return descriptor_number().as_int(); in GetFieldDescriptorIndex() 1029 return descriptor_number().as_int(); in GetAccessorIndex() 1037 return FieldIndex::ForDescriptor(holder_->map(isolate_), descriptor_number()); in GetFieldIndex() [all...] |
H A D | map-updater.h | 197 InternalIndex descriptor_number,
|
H A D | lookup-inl.h | 243 InternalIndex LookupIterator::descriptor_number() const { in descriptor_number() function in v8::internal::LookupIterator
|
H A D | lookup.h | 278 inline InternalIndex descriptor_number() const;
|
H A D | map.h | 530 Isolate* isolate, Handle<Map> old_map, InternalIndex descriptor_number,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 726 InternalIndex descriptor_number) const;
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 8930 TNode<DescriptorArray> descriptors, TNode<Uint32T> descriptor_number) { 8932 DescriptorArrayGetDetails(descriptors, descriptor_number); 8961 TNode<DescriptorArray> descriptors, TNode<Uint32T> descriptor_number) { 8965 EntryIndexToIndex<DescriptorArray>(descriptor_number), details_offset));
|
H A D | code-stub-assembler.h | 3971 TNode<Uint32T> descriptor_number);
|