Searched refs:added_symbols_ (Results 1 – 2 of 2) sorted by relevance
255 added_symbols_.clear(); in AddMethodInputs()262 SafeMap<const std::string*, const std::string*>::iterator it = added_symbols_.find(&symbol); in AddCompiledCodeInput()263 if (it != added_symbols_.end()) { in AddCompiledCodeInput()266 added_symbols_.Put(&symbol, &symbol); in AddCompiledCodeInput()
88 SafeMap<const std::string*, const std::string*> added_symbols_; variable