Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.cc385 symbol_to_compiled_code_offset_.clear(); in FixupOatMethodOffsets()
392 …SafeMap<const std::string*, uint32_t>::iterator it = symbol_to_compiled_code_offset_.find(&symbol); in FixupCompiledCodeOffset()
393 if (it != symbol_to_compiled_code_offset_.end()) { in FixupCompiledCodeOffset()
403 symbol_to_compiled_code_offset_.Put(&symbol, compiled_code_offset); in FixupCompiledCodeOffset()
Delf_writer_mclinker.h92 SafeMap<const std::string*, uint32_t> symbol_to_compiled_code_offset_; variable