Home
last modified time | relevance | path

Searched refs:AotMethodLogList (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.h35 class AotMethodLogList; variable
103 …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() function
168 ~AotMethodLogList() = default;
Dcompiler_log.cpp31 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()
Dpass_manager.h175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
198 AotMethodLogList *logList_ {nullptr};
Daot_compiler.cpp178 AotMethodLogList logList(logMethodsList); in Main()