Searched refs:DescriptorToFQCN (Results 1 – 1 of 1) sorted by relevance
68 std::string DescriptorToFQCN(const std::string& descriptor) { in DescriptorToFQCN() function145 std::string fqcn(DescriptorToFQCN(desc)); in CbClassFileLoadHook()187 if (sig[0] == 'L' && DescriptorToFQCN(sig) == name) { in FindClass()