Searched refs:GetApiMethodName (Results 1 – 4 of 4) sorted by relevance
58 static std::string GetApiMethodName(const DexFile& dex_file, uint32_t method_index);62 static std::string GetApiMethodName(MethodReference ref) { in GetApiMethodName() function63 return HiddenApi::GetApiMethodName(*ref.dex_file, ref.index); in GetApiMethodName()
36 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()
26 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName() function in art::HiddenApi
120 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()