Searched refs:ReadSymbolsFromDexFileInMemory (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/extras/simpleperf/ |
H A D | read_dex_file.cpp | 49 bool ReadSymbolsFromDexFileInMemory(void* addr, uint64_t size, const std::string& debug_filename, in ReadSymbolsFromDexFileInMemory() function 89 return ReadSymbolsFromDexFileInMemory(map->data(), file_size, file_path, dex_file_offsets, in ReadSymbolsFromDexFile()
|
H A D | read_dex_file.h | 38 bool ReadSymbolsFromDexFileInMemory(void* addr, uint64_t size, const std::string& debug_filename,
|
H A D | JITDebugReader.cpp | 765 if (!ReadSymbolsFromDexFileInMemory(data.data(), data.size(), "dex_file_in_memory", {0}, in ReadDexFileSymbolsInMemory()
|
H A D | dso.cpp | 588 status = ReadSymbolsFromDexFileInMemory(data.data(), data.size(), debug_file_path, in LoadSymbolsImpl()
|
/aosp_15_r20/system/extras/simpleperf/nonlinux_support/ |
H A D | nonlinux_support.cpp | 46 bool ReadSymbolsFromDexFileInMemory(void*, uint64_t, const std::string&, in ReadSymbolsFromDexFileInMemory() function
|