Searched refs:methodNames (Results 1 – 4 of 4) sorted by relevance
117 auto methodNames = static_cast<CodeItem *>(item.get())->GetMethodNames(); in ProfileGuidedRelayout() local118 return std::find(methodNames.begin(), methodNames.end(), p.second) != methodNames.end(); in ProfileGuidedRelayout()
243 CUnorderedSet<CString> methodNames = ParseStackInfo(stackInfo); in IsQuickFixCausedException() local252 methodNames.find(CString(patchMethodName)) != methodNames.end()) { in IsQuickFixCausedException()266 CUnorderedSet<CString> methodNames {}; // method names are from exception stack information. in ParseStackInfo() local272 methodNames.emplace(methodName); in ParseStackInfo()275 return methodNames; in ParseStackInfo()
99 const std::vector<std::string> &methodNames = cliOptions.GetMethods(); in RunVerifier() local128 if (classNames.empty() && methodNames.empty()) { in RunVerifier()208 for (const std::string &fqMethodName : methodNames) { in RunVerifier()
389 std::unordered_set<const uint8_t *> methodNames; in BuildJSProperties() local394 ASSERT(methodNames.insert(method->GetName().data).second); in BuildJSProperties()