• Home
  • Raw
  • Download

Lines Matching refs:DescriptorArray

28 TQ_OBJECT_CONSTRUCTORS_IMPL(DescriptorArray)
31 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_all_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
33 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
35 RELAXED_INT16_ACCESSORS(DescriptorArray, raw_number_of_marked_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
37 RELAXED_INT16_ACCESSORS(DescriptorArray, filler16bits, kFiller16BitsOffset) in TQ_OBJECT_CONSTRUCTORS_IMPL()
39 inline int16_t DescriptorArray::number_of_slack_descriptors() const { in TQ_OBJECT_CONSTRUCTORS_IMPL()
43 inline int DescriptorArray::number_of_entries() const { in number_of_entries()
47 inline int16_t DescriptorArray::CompareAndSwapRawNumberOfMarkedDescriptors( in CompareAndSwapRawNumberOfMarkedDescriptors()
55 void DescriptorArray::CopyEnumCacheFrom(DescriptorArray array) { in CopyEnumCacheFrom()
59 InternalIndex DescriptorArray::Search(Name name, int valid_descriptors, in Search()
66 InternalIndex DescriptorArray::Search(Name name, Map map, in Search()
74 InternalIndex DescriptorArray::SearchWithCache(Isolate* isolate, Name name, in SearchWithCache()
85 number = result.is_found() ? result.as_int() : DescriptorArray::kNotFound; in SearchWithCache()
88 if (number == DescriptorArray::kNotFound) return InternalIndex::NotFound(); in SearchWithCache()
92 ObjectSlot DescriptorArray::GetFirstPointerSlot() { in GetFirstPointerSlot()
97 return RawField(DescriptorArray::kStartOfStrongFieldsOffset); in GetFirstPointerSlot()
100 ObjectSlot DescriptorArray::GetDescriptorSlot(int descriptor) { in GetDescriptorSlot()
107 Name DescriptorArray::GetKey(InternalIndex descriptor_number) const { in GetKey()
112 Name DescriptorArray::GetKey(PtrComprCageBase cage_base, in GetKey()
120 void DescriptorArray::SetKey(InternalIndex descriptor_number, Name key) { in SetKey()
127 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex()
131 Name DescriptorArray::GetSortedKey(int descriptor_number) { in GetSortedKey()
136 Name DescriptorArray::GetSortedKey(PtrComprCageBase cage_base, in GetSortedKey()
141 void DescriptorArray::SetSortedKey(int descriptor_number, int pointer) { in SetSortedKey()
146 Object DescriptorArray::GetStrongValue(InternalIndex descriptor_number) { in GetStrongValue()
151 Object DescriptorArray::GetStrongValue(PtrComprCageBase cage_base, in GetStrongValue()
156 void DescriptorArray::SetValue(InternalIndex descriptor_number, in SetValue()
164 MaybeObject DescriptorArray::GetValue(InternalIndex descriptor_number) { in GetValue()
169 MaybeObject DescriptorArray::GetValue(PtrComprCageBase cage_base, in GetValue()
176 PropertyDetails DescriptorArray::GetDetails(InternalIndex descriptor_number) { in GetDetails()
183 void DescriptorArray::SetDetails(InternalIndex descriptor_number, in SetDetails()
190 int DescriptorArray::GetFieldIndex(InternalIndex descriptor_number) { in GetFieldIndex()
195 FieldType DescriptorArray::GetFieldType(InternalIndex descriptor_number) { in GetFieldType()
200 FieldType DescriptorArray::GetFieldType(PtrComprCageBase cage_base, in GetFieldType()
207 void DescriptorArray::Set(InternalIndex descriptor_number, Name key, in Set()
214 void DescriptorArray::Set(InternalIndex descriptor_number, Descriptor* desc) { in Set()
220 void DescriptorArray::Append(Descriptor* desc) { in Append()
240 void DescriptorArray::SwapSortedKeys(int first, int second) { in SwapSortedKeys()