Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_dex_file.h30 typedef art_api::dex::MethodInfo DexFileSymbol; typedef
32 struct DexFileSymbol { struct
41 std::vector<DexFileSymbol>* symbols); argument
44 std::vector<DexFileSymbol>* symbols);
Dread_dex_file_test.cpp28 std::vector<DexFileSymbol> symbols; in TEST()
31 DexFileSymbol target; in TEST()
Dread_dex_file.cpp32 const std::vector<uint64_t>& dex_file_offsets, std::vector<DexFileSymbol>* symbols, in ReadSymbols()
60 std::vector<DexFileSymbol>* symbols) { in ReadSymbolsFromDexFileInMemory()
81 std::vector<DexFileSymbol>* symbols) { in ReadSymbolsFromDexFile()
Ddso.cpp425 std::vector<DexFileSymbol> dex_file_symbols; in LoadSymbols()
/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp33 std::vector<DexFileSymbol>*) { in ReadSymbolsFromDexFileInMemory() argument
38 std::vector<DexFileSymbol>*) { in ReadSymbolsFromDexFile() argument
/system/extras/perfprofd/
Dsymbolizer.cc115 std::vector<DexFileSymbol> symbols; in LoadDso()
118 for (const DexFileSymbol& symbol : symbols) { in LoadDso()