Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api.h58 static std::string GetApiMethodName(const DexFile& dex_file, uint32_t method_index);
62 static std::string GetApiMethodName(MethodReference ref) { in GetApiMethodName() function
63 return HiddenApi::GetApiMethodName(*ref.dex_file, ref.index); in GetApiMethodName()
Dhidden_api_finder.cc36 std::string name = HiddenApi::GetApiMethodName(resolver->GetDexFile(), method_id); in CheckMethod()
207 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()
219 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()
237 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()
Dhidden_api.cc26 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName() function in art::HiddenApi
Dprecise_hidden_api_finder.cc120 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()