Searched refs:source_map (Results 1 – 3 of 3) sorted by relevance
1375 llvm::DenseMap <const D*, O> &source_map, in ImportOffsetMap() argument1381 for (typename MapType::iterator fi = source_map.begin(), fe = source_map.end(); in ImportOffsetMap()
772 bool IC::IsTransitionOfMonomorphicTarget(Map* source_map, Map* target_map) { in IsTransitionOfMonomorphicTarget() argument773 if (source_map == NULL) return true; in IsTransitionOfMonomorphicTarget()777 source_map->elements_kind(), target_elements_kind); in IsTransitionOfMonomorphicTarget()780 ? source_map->LookupElementsTransitionMap(target_elements_kind) in IsTransitionOfMonomorphicTarget()
183 bool IsTransitionOfMonomorphicTarget(Map* source_map, Map* target_map);