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