Home
last modified time | relevance | path

Searched refs:GetFieldIndex (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/objects/
Ddescriptor-array.h81 inline int GetFieldIndex(InternalIndex descriptor_number);
Ddescriptor-array-inl.h189 int DescriptorArray::GetFieldIndex(InternalIndex descriptor_number) { in GetFieldIndex() function
Dlookup.h176 FieldIndex GetFieldIndex() const;
Dlookup.cc965 FieldIndex LookupIterator::GetFieldIndex() const { in GetFieldIndex() function in v8::internal::LookupIterator
Djs-objects.cc2845 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast()
2863 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast()
Dmap.cc720 name, descriptors.GetFieldIndex(descriptor), details.attributes(), in UpdateFieldType()
/external/v8/src/compiler/
Daccess-info.cc373 int index = descriptors->GetFieldIndex(descriptor); in ComputeDataFieldAccessInfo()
/external/v8/src/ic/
Dic.cc994 FieldIndex field = lookup->GetFieldIndex(); in ComputeHandler()
1827 FieldIndex index = lookup->GetFieldIndex(); in ComputeHandler()