Home
last modified time | relevance | path

Searched refs:MethodWrapper (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h220 struct MethodWrapper { struct
221 explicit MethodWrapper(uint32_t index) : methodId(index) {} in MethodWrapper() function
224 bool operator==(const MethodWrapper &other) const argument
229 bool operator<(const MethodWrapper &other) const
253 … PandaSet<MethodWrapper> methodWrapperSet; // NOLINT(misc-non-private-member-variables-in-classes)
277 …Wrapper(const PandaString &pandaFileLocation, uint32_t checksum, const MethodWrapper &methodToAdd);
Dprofile_dump_info.cpp181 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()