Searched refs:symbol_to_compiled_code_offset_ (Results 1 – 2 of 2) sorted by relevance
385 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()
92 SafeMap<const std::string*, uint32_t> symbol_to_compiled_code_offset_; variable