Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dic.h143 for (Handle<Map> map : target_maps_) { in TargetMaps()
150 return !target_maps_.empty() ? *target_maps_[0] : Map(); in FirstTargetMap()
160 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()
171 MapHandles target_maps_; variable