Home
last modified time | relevance | path

Searched refs:logList (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h77 const MethodLogList &logList, std::ostringstream &codeStream);
113 …leGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList) {… in FileGenerator() argument
155 …AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::stri… in AOTFileGenerator() argument
156 : FileGenerator(log, logList), vm_(vm), cfg_(triple) {} in AOTFileGenerator()
214 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator() argument
215 : FileGenerator(log, logList), in StubFileGenerator()
Dstub_compiler.h28 CompilerLog *log, MethodLogList *logList) in StubCompiler() argument
34 logList_(logList) in StubCompiler()
Dstub_compiler.cpp135 MethodLogList *logList = GetLogList(); in BuildStubModuleAndSave() local
138 StubFileGenerator generator(log, logList, triple_); in BuildStubModuleAndSave()
187 panda::ecmascript::kungfu::MethodLogList logList(methodsList); in main() local
188 …cmascript::kungfu::StubCompiler compiler(triple, stubFile, optLevel, relocMode, &logOpt, &logList); in main()
Daot_compiler.cpp178 AotMethodLogList logList(logMethodsList); in Main() local
179 AOTFileGenerator generator(&log, &logList, vm, triple); in Main()
185 …PassManager passManager(vm, entrypoint, triple, optLevel, relocMode, &log, &logList, maxAotMethodS… in Main()
Dcompiler_log.cpp31 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog() argument
35 enableMethodLog = logList->IncludesMethod(fileName, methodName); in SetMethodLog()
40 void CompilerLog::SetStubLog(const std::string &stubName, MethodLogList *logList) in SetStubLog() argument
44 enableMethodLog = logList->IncludesMethod(stubName); in SetStubLog()
Dcompiler_log.h103 …etMethodLog(const std::string &fileName, const std::string &methodName, AotMethodLogList *logList);
104 void SetStubLog(const std::string &stubName, MethodLogList *logList);
Dpass_manager.h175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument
178 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
Dllvm_codegen.h134 … const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) const;
Dfile_generators.cpp212 … const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) in DisassemblerFunc() argument
214 assembler_->Disassemble(addr2name, textOffset, log, logList, codeStream); in DisassemblerFunc()
Dllvm_codegen.cpp594 const CompilerLog &log, const MethodLogList &logList, in GetCalleeReg2Offset() argument
617 logFlag = logFlag && logList.IncludesMethod(methodName); in GetCalleeReg2Offset()