Searched refs:MethodWrapper (Results 1 – 2 of 2) sorted by relevance
220 struct MethodWrapper { struct221 explicit MethodWrapper(uint32_t index) : methodId(index) {} in MethodWrapper() function224 bool operator==(const MethodWrapper &other) const argument229 bool operator<(const MethodWrapper &other) const253 … PandaSet<MethodWrapper> methodWrapperSet; // NOLINT(misc-non-private-member-variables-in-classes)277 …Wrapper(const PandaString &pandaFileLocation, uint32_t checksum, const MethodWrapper &methodToAdd);
181 MethodWrapper(method.fileId.GetOffset()))) { in AddMethodsAndClasses()219 const PandaSet<MethodWrapper> &methods = infoIt->second.methodWrapperSet; in ContainsMethod()220 return methods.find(MethodWrapper(methodRef.fileId.GetOffset())) != methods.end(); in ContainsMethod()239 const ProfileDumpInfo::MethodWrapper &methodToAdd) in AddMethodWrapper()499 if (!AddMethodWrapper(pandaFileLocation, checksum, MethodWrapper(methodIdx))) { in ProcessLine()