Searched defs:logList (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_compiler.h | 27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, CompilerLog *log, MethodLogList *logList, bool concurrentCompile) StubCompiler() argument
|
| H A D | pass_manager.h | 123 PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions, CallMethodFlagMap *callMethodFlagMap, const CVector<AbcFileInfo> &fileInfos, const CVector<std::unique_ptr<BytecodeInfoCollector>> &bcInfoCollectors, std::string optBCRange) PassManager() argument 164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, CompilerLog *log, AotMethodLogList *logList, PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions) JitPassManager() argument
|
| H A D | file_generators.h | 141 FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList) {}; in FileGenerator() argument 183 AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, CompilationEnv *env, in AOTFileGenerator() argument 247 StubFileGenerator(const CompilerLog* log, const MethodLogList* logList, const std::string& triple, in StubFileGenerator() argument
|
| H A D | stub_compiler.cpp | 136 MethodLogList *logList = GetLogList(); in BuildStubModuleAndSave() local
|
| H A D | compiler_log.cpp | 40 void CompilerLog::SetStubLog(const std::string &stubName, MethodLogList *logList) in SetStubLog() argument 30 SetMethodLog(const std::string &fileName, const std::string &methodName, AotMethodLogList *logList) SetMethodLog() argument
|
| H A D | file_generators.cpp | 328 DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) DisassemblerFunc() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.cpp | 717 Disassemble(const std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) const GetCalleeReg2Offset() argument
|
Completed in 6 milliseconds