Searched refs:position_to_new_literal (Results 1 – 1 of 1) sorted by relevance
681 std::map<std::pair<int, int>, FunctionLiteral*> position_to_new_literal; in MapLiterals() local691 DCHECK_EQ(position_to_new_literal.find(key), position_to_new_literal.end()); in MapLiterals()692 position_to_new_literal[key] = literal; in MapLiterals()704 auto it = position_to_new_literal.find(key); in MapLiterals()705 if (it == position_to_new_literal.end() || in MapLiterals()