Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangASTSource.cpp1375 llvm::DenseMap <const D*, O> &source_map, in ImportOffsetMap() argument
1381 for (typename MapType::iterator fi = source_map.begin(), fe = source_map.end(); in ImportOffsetMap()
/external/v8/src/ic/
Dic.cc772 bool IC::IsTransitionOfMonomorphicTarget(Map* source_map, Map* target_map) { in IsTransitionOfMonomorphicTarget() argument
773 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()
Dic.h183 bool IsTransitionOfMonomorphicTarget(Map* source_map, Map* target_map);