Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h195 for (int i = 0; i < target_maps_.length(); i++) { in TargetMaps()
196 list->Add(target_maps_.at(i)); in TargetMaps()
202 return target_maps_.length() > 0 ? *target_maps_.at(0) : NULL; in FirstTargetMap()
230 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()
234 if (map != NULL) target_maps_.Add(handle(map)); in FindTargetMaps()
236 target_->FindAllMaps(&target_maps_); in FindTargetMaps()
267 MapHandleList target_maps_; variable