Searched defs:logList (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.h | 164 const CompilerLog &log, const MethodLogList &logList) in DisassemblerFunc() 190 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator() 228 …AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::stri… in AOTFileGenerator() 265 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple, in StubFileGenerator()
|
| D | stub_compiler.h | 28 CompilerLog *log, const MethodLogList *logList, bool enablePGOProfiler) : triple_(triple), in StubCompiler()
|
| D | stub_compiler.cpp | 100 auto logList = GetLogList(); in RunPipeline() local 141 const MethodLogList *logList = GetLogList(); in BuildStubModuleAndSave() local 198 panda::ecmascript::kungfu::MethodLogList logList(methodsList); in main() local
|
| D | pass_manager.h | 104 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, bool enableTypeLowering, in PassManager()
|
| D | aot_compiler.cpp | 113 AotMethodLogList logList(logMethodsList); in Main() local
|
| D | compiler_log.cpp | 38 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog()
|