Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h171 if (target_maps_set_) return; in FindTargetMaps()
172 target_maps_set_ = true; in FindTargetMaps()
199 bool target_maps_set_; variable
Dic.cc161 target_maps_set_(false), in IC()