Searched refs:AotMethodLogList (Results 1 – 4 of 4) sorted by relevance
35 class AotMethodLogList; variable103 …void SetMethodLog(const std::string &fileName, const std::string &methodName, AotMethodLogList *lo…159 class AotMethodLogList : public MethodLogList {164 explicit AotMethodLogList(const std::string &logMethods) : MethodLogList(logMethods) in AotMethodLogList() function168 ~AotMethodLogList() = default;
31 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog()56 bool AotMethodLogList::IncludesMethod(const std::string &fileName, const std::string &methodName) c… in IncludesMethod()66 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString()77 void AotMethodLogList::ParseFileMethodsName(const std::string &logMethods) in ParseFileMethodsName()
175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()198 AotMethodLogList *logList_ {nullptr};
178 AotMethodLogList logList(logMethodsList); in Main()