Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.cc255 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()
Delf_writer_mclinker.h88 SafeMap<const std::string*, const std::string*> added_symbols_; variable