Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api.h80 static std::string GetApiMethodName(const DexFile& dex_file, uint32_t method_index);
84 static std::string GetApiMethodName(MethodReference ref) { in GetApiMethodName() function
85 return HiddenApi::GetApiMethodName(*ref.dex_file, ref.index); in GetApiMethodName()
Dhidden_api.cc73 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName() function in art::HiddenApi
Dhidden_api_finder.cc37 const auto& name = HiddenApi::GetApiMethodName(resolver->GetDexFile(), method_id); in CheckMethod()
239 std::string ref_string = HiddenApi::GetApiMethodName(ref); in DumpReferences()
Dprecise_hidden_api_finder.cc116 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()