Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc2242 DescriptorArray* next_descriptors = next->instance_descriptors(); in FindLastMatchMap() local
2245 PropertyDetails next_details = next_descriptors->GetDetails(i); in FindLastMatchMap()
2251 next_descriptors->GetFieldType(i))) break; in FindLastMatchMap()
2253 if (descriptors->GetValue(i) != next_descriptors->GetValue(i)) break; in FindLastMatchMap()