Searched refs:SearchWithCache (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | descriptor-array.h | 133 V8_INLINE InternalIndex SearchWithCache(Isolate* isolate, Name name, Map map);
|
D | descriptor-array-inl.h | 74 InternalIndex DescriptorArray::SearchWithCache(Isolate* isolate, Name name, in SearchWithCache() function
|
D | lookup.cc | 1356 number_ = descriptors.SearchWithCache(isolate_, *name_, map); in LookupInRegularHolder()
|
D | map.cc | 2048 old_descriptors->SearchWithCache(isolate, *descriptor->GetKey(), *map); in CopyInsertDescriptor()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 1184 InternalIndex entry = descriptors.SearchWithCache(isolate, *name, *map); in ReplaceAccessors() 6275 InternalIndex old = array_descriptors->SearchWithCache( in CreateInitialMapForArraySubclass()
|