Searched refs:SearchWithCache (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | access-info.cc | 245 int const number = descriptors->SearchWithCache(*name, *map); in ComputePropertyAccessInfo()
|
/external/v8/src/ |
D | lookup.cc | 663 int number = descriptors->SearchWithCache(*name_, map); in LookupInHolder()
|
D | accessors.cc | 116 int descriptor = descriptors->SearchWithCache(*name, *map); in IsJSArrayBufferViewFieldAccessor()
|
D | bootstrapper.cc | 825 int idx = descriptors->SearchWithCache(*name, *map); in ReplaceAccessors() 2747 int old = array_descriptors->SearchWithCache( in InstallNatives()
|
D | objects-inl.h | 2824 int DescriptorArray::SearchWithCache(Name* name, Map* map) { in SearchWithCache() function
|
D | objects.h | 2920 INLINE(int SearchWithCache(Name* name, Map* map));
|
D | objects.cc | 9938 int descriptor = old_descriptors->SearchWithCache(*name, *map); in TransitionToAccessorProperty() 10019 int index = old_descriptors->SearchWithCache(*descriptor->GetKey(), *map); in CopyInsertDescriptor()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2660 int number = descriptors->SearchWithCache(name, map); in LookupDescriptor()
|
D | hydrogen.cc | 8697 int number = descriptors->SearchWithCache(*length_string, *jsarray_map); in IsReadOnlyLengthDescriptor()
|