Home
last modified time | relevance | path

Searched refs:OPTIONAL_LOG_COMPILER (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp63OPTIONAL_LOG_COMPILER(DEBUG) << "DwarfRegNum:" << loc.dwarfRegNum << " loc.OffsetOrSmallConstant:" in CalcCallSite()
187 OPTIONAL_LOG_COMPILER(DEBUG) << "stackmap calculate update funcitonaddress "; in CalculateStackMap()
193OPTIONAL_LOG_COMPILER(DEBUG) << std::dec << i << "th function " << std::hex << hostAddr << " ---> " in CalculateStackMap()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp300 OPTIONAL_LOG_COMPILER(ERROR) << " ProcessPhiWorkList error hav't start "; in ProcessPhiWorkList()
305 OPTIONAL_LOG_COMPILER(ERROR) << " ProcessPhiWorkList LLVMTypeOf don't match error "; in ProcessPhiWorkList()
1029 OPTIONAL_LOG_COMPILER(ERROR) << "VisitPhi failed BasicBlock nullptr"; in VisitPhi()
1034 OPTIONAL_LOG_COMPILER(ERROR) << "VisitPhi failed impl nullptr"; in VisitPhi()
1088 OPTIONAL_LOG_COMPILER(ERROR) << " block create failed "; in LinkToLLVMCfg()
1097OPTIONAL_LOG_COMPILER(ERROR) << " block setup failed, predecessor:%d nullptr" << predecessor; in LinkToLLVMCfg()
1137 OPTIONAL_LOG_COMPILER(ERROR) << " block is nullptr "; in VisitGoto()
1302 OPTIONAL_LOG_COMPILER(ERROR) << "Branch condition gate is nullptr!"; in VisitBranch()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h30 #define OPTIONAL_LOG_COMPILER(level) LOG_ECMA_IF(IsLogEnabled(), level) macro