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