Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp407 auto it = std::lower_bound(dex_file_offsets_.begin(), dex_file_offsets_.end(), in AddDexFileOffset()
409 if (it != dex_file_offsets_.end() && *it == dex_file_offset) { in AddDexFileOffset()
412 dex_file_offsets_.insert(it, dex_file_offset); in AddDexFileOffset()
416 return &dex_file_offsets_; in DexFileOffsets()
434 status = ReadSymbolsFromDexFileInMemory(data.data(), data.size(), dex_file_offsets_, in LoadSymbols()
438 status = ReadSymbolsFromDexFile(debug_file_path_, dex_file_offsets_, &dex_file_symbols); in LoadSymbols()
455 std::vector<uint64_t> dex_file_offsets_; member in DexFileDso