Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddescriptor-array.h133 V8_INLINE InternalIndex SearchWithCache(Isolate* isolate, Name name, Map map);
Ddescriptor-array-inl.h74 InternalIndex DescriptorArray::SearchWithCache(Isolate* isolate, Name name, in SearchWithCache() function
Dlookup.cc1356 number_ = descriptors.SearchWithCache(isolate_, *name_, map); in LookupInRegularHolder()
Dmap.cc2048 old_descriptors->SearchWithCache(isolate, *descriptor->GetKey(), *map); in CopyInsertDescriptor()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1184 InternalIndex entry = descriptors.SearchWithCache(isolate, *name, *map); in ReplaceAccessors()
6275 InternalIndex old = array_descriptors->SearchWithCache( in CreateInitialMapForArraySubclass()