/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_runner.cpp | 28 LOG_COMPILER(INFO) << ""; in Run() 29 LOG_COMPILER(INFO) << "\033[34m" in Run() 36 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run() 45 LOG_COMPILER(INFO) << ""; in Run() 46 LOG_COMPILER(INFO) << "\033[34m" in Run() 53 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run() 61 LOG_COMPILER(INFO) << ""; in Run() 62 LOG_COMPILER(INFO) << "\033[34m" in Run() 69 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run() 75 LOG_COMPILER(INFO) << ""; in Run() [all …]
|
D | verifier.cpp | 45 LOG_COMPILER(ERROR) << "[Verifier][Error] Circuit data is corrupted (bad next gate)"; in RunDataIntegrityCheck() 46 LOG_COMPILER(ERROR) << "at: " << std::dec << gate; in RunDataIntegrityCheck() 59 … LOG_COMPILER(ERROR) << "[Verifier][Error] Circuit data is corrupted (out of bound access)"; in RunDataIntegrityCheck() 60 LOG_COMPILER(ERROR) << "at: " << std::dec << out; in RunDataIntegrityCheck() 68 … LOG_COMPILER(ERROR) << "[Verifier][Error] Circuit data is corrupted (corrupted in list)"; in RunDataIntegrityCheck() 69 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 73 … LOG_COMPILER(ERROR) << "[Verifier][Error] Circuit data is corrupted (invalid in address)"; in RunDataIntegrityCheck() 74 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 83 … LOG_COMPILER(ERROR) << "[Verifier][Error] Circuit data is corrupted (corrupted out list)"; in RunDataIntegrityCheck() 84 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() [all …]
|
D | loop_analysis.cpp | 25 …LOG_COMPILER(INFO) << "--------------------------------- LoopInfo Start --------------------------… in PrintLoop() 26 LOG_COMPILER(INFO) << "Head: " << acc_.GetId(loopInfo->loopHead); in PrintLoop() 27 LOG_COMPILER(INFO) << "Size: " << loopInfo->size; in PrintLoop() 28 LOG_COMPILER(INFO) << "MaxDepth: " << loopInfo->maxDepth; in PrintLoop() 29 LOG_COMPILER(INFO) << "Body: ["; in PrintLoop() 31 LOG_COMPILER(INFO) << acc_.GetId(gate) << ", "; in PrintLoop() 33 LOG_COMPILER(INFO) << "]"; in PrintLoop() 34 LOG_COMPILER(INFO) << "Exit: ["; in PrintLoop() 36 LOG_COMPILER(INFO) << acc_.GetId(gate) << ", "; in PrintLoop() 38 LOG_COMPILER(INFO) << "]"; in PrintLoop() [all …]
|
D | aot_compiler.cpp | 85 LOG_COMPILER(ERROR) << "AOT only support panda file with new ISA, while the '" << in CreateAndVerifyJSPandaFile() 107 LOG_COMPILER(ERROR) << GetHelper(); in Main() 113 LOG_COMPILER(ERROR) << "The last argument must be abc file" << std::endl; in Main() 114 LOG_COMPILER(ERROR) << GetHelper(); in Main() 122 LOG_COMPILER(ERROR) << GetHelper(); in Main() 127 LOG_COMPILER(DEBUG) << "Startup start time: " << startTime; in Main() 137 LOG_COMPILER(ERROR) << "Cannot Create vm"; in Main() 189 LOG_COMPILER(INFO) << "AOT compile: " << extendedFilePath; in Main() 201 LOG_COMPILER(INFO) << (ret ? "ts aot compile success" : "ts aot compile failed"); in Main()
|
D | compiler_log.cpp | 115 LOG_COMPILER(INFO) << std::setw(PASS_LENS) << name_ << " " << std::setw(METHOD_LENS) in ~TimeScope() 157 … LOG_COMPILER(INFO) << std::setw(PASS_LENS) << val << " Total cost time is "<< std::setw(TIME_LENS) in PrintPassTime() 177 LOG_COMPILER(INFO) << "method:" << std::setw(METHOD_LENS) << val.second in PrintMethodTime() 182 …LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLIO… in PrintMethodTime() 187 LOG_COMPILER(INFO) << " "; in PrintTime() 189 LOG_COMPILER(INFO) << " "; in PrintTime() 195 LOG_COMPILER(INFO) << " "; in PrintCompiledMethod() 196 … LOG_COMPILER(INFO) << " Total number of full compiled methods is: " << compiledMethodSet_.size(); in PrintCompiledMethod() 198 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it->first in PrintCompiledMethod() 209 LOG_COMPILER(INFO) << " "; in PrintPGOMismatchedMethod() [all …]
|
D | pass_manager.cpp | 39 LOG_COMPILER(ERROR) << "Cannot execute panda file '" << fileName << "'"; in Compile() 44 LOG_COMPILER(ERROR) << "Load and verify profiler failure"; in Compile() 54 LOG_COMPILER(ERROR) << "The input panda file [" << fileName in Compile() 90 LOG_COMPILER(INFO) << "\033[34m" << "aot method [" << fullName in Compile() 95 LOG_COMPILER(INFO) << "record: " << recordName << " has no types"; in Compile() 157 LOG_COMPILER(INFO) << collector->GetBytecodeInfo().GetSkippedMethodSize() in ProcessConstantPool() 166 … LOG_COMPILER(ERROR) << "There is no mehtod literal in " << jsPandaFile->GetJSPandaFileDesc(); in IsReleasedPandaFile()
|
D | value_numbering.cpp | 22 LOG_COMPILER(INFO) << ""; in Run() 23 LOG_COMPILER(INFO) << "\033[34m" in Run() 30 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run()
|
D | stub_compiler.cpp | 74 LOG_COMPILER(INFO) << "Stub Name: " << stub->GetMethodName(); in Run() 140 LOG_COMPILER(INFO) << "=============== compiling bytecode handler stubs ==============="; in BuildStubModuleAndSave() 145 LOG_COMPILER(INFO) << "=============== compiling common stubs ==============="; in BuildStubModuleAndSave() 150 LOG_COMPILER(INFO) << "=============== compiling builtins stubs ==============="; in BuildStubModuleAndSave() 191 … LOG_COMPILER(INFO) << "stub compiler run finish, result condition(T/F):" << std::boolalpha << res; in main()
|
D | state_split_linearizer.cpp | 26 LOG_COMPILER(INFO) << ""; in Run() 27 LOG_COMPILER(INFO) << "\033[34m" in Run() 34 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run() 42 LOG_COMPILER(INFO) << ""; in Run() 43 LOG_COMPILER(INFO) << "\033[34m" in Run() 50 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run()
|
D | graph_linearizer.cpp | 27 LOG_COMPILER(INFO) << ""; in Run() 28 LOG_COMPILER(INFO) << "\033[34m" in Run() 35 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run() 342 …LOG_COMPILER(INFO) << "--------------------------------- LoopInfo Start --------------------------… in PrintLoop() 343 LOG_COMPILER(INFO) << "Head: " << acc_.GetId(loopInfo.loopHead->state_); in PrintLoop() 344 LOG_COMPILER(INFO) << "loopNumber: " << loopInfo.loopHead->loopNumber_; in PrintLoop() 345 LOG_COMPILER(INFO) << "Body: ["; in PrintLoop() 349 LOG_COMPILER(INFO) << acc_.GetId(current) << ", "; in PrintLoop() 352 LOG_COMPILER(INFO) << "]"; in PrintLoop() 353 LOG_COMPILER(INFO) << "Exit: ["; in PrintLoop() [all …]
|
D | later_elimination.cpp | 26 LOG_COMPILER(INFO) << ""; in Run() 27 LOG_COMPILER(INFO) << "\033[34m" in Run() 34 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Run()
|
D | scheduler.cpp | 325 LOG_COMPILER(ERROR) << "[Verifier][Error] Scheduling upper bound of gate (id=" in PrintUpperBoundError() 457 …LOG_COMPILER(INFO) << "==================================== Scheduling ===========================… in Print() 460 LOG_COMPILER(INFO) << "B" << bbIdx << "_" << opcode << ":" in Print() 462 LOG_COMPILER(INFO) << " pred=["; in Print() 470 LOG_COMPILER(INFO) << (isFirst ? "" : " ") << bbGatesAddrToIdx.at(predState); in Print() 474 LOG_COMPILER(INFO) << "] succ=["; in Print() 482 LOG_COMPILER(INFO) << (isFirst ? "" : " ") << bbGatesAddrToIdx.at(succState); in Print() 486 LOG_COMPILER(INFO) << "]"; in Print() 491 …LOG_COMPILER(INFO) << "==================================== Scheduling ===========================… in Print()
|
D | loop_peeling.cpp | 152 LOG_COMPILER(INFO) << ""; in Print() 153 LOG_COMPILER(INFO) << "\033[34m" in Print() 160 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in Print()
|
D | assembler_module.cpp | 43 LOG_COMPILER(INFO) << "================ compiling asm stubs ================"; in GenerateStubsX64() 47 LOG_COMPILER(INFO) << "Stub Name: " << cs->GetName(); in GenerateStubsX64() 60 LOG_COMPILER(INFO) << "================ compiling asm stubs ================"; in GenerateStubsAarch64() 64 LOG_COMPILER(INFO) << "Stub Name: " << cs->GetName(); in GenerateStubsAarch64()
|
D | file_generators.cpp | 35 LOG_COMPILER(FATAL) << "memcpy_s failed"; in CollectStackMapDes() 59 LOG_COMPILER(FATAL) << "memcpy_s failed"; in CollectAnStackMapDes() 416 LOG_COMPILER(ERROR) << "Fail to make dir:" << path; in CreateDirIfNotExist() 427 LOG_COMPILER(ERROR) << "error: code size of generated an file is empty!"; in SaveAOTFile() 431 LOG_COMPILER(ERROR) << "Fail to access dir:" << filename; in SaveAOTFile() 439 LOG_COMPILER(ERROR) << "Fail to set an file mode:" << filename; in SaveAOTFile() 453 LOG_COMPILER(ERROR) << "Fail to set ai file mode:" << aiPath; in SaveSnapshotFile()
|
D | bytecode_circuit_builder.cpp | 1099 LOG_COMPILER(FATAL) << "this branch is unreachable"; in NewLoopBackPhi() 1159 LOG_COMPILER(FATAL) << "this branch is unreachable"; in NewLoopForwardPhi() 1483 LOG_COMPILER(INFO) << "\033[34m" << "============= " in BuildCircuit() 1488 …LOG_COMPILER(INFO) << "\033[34m" << "=========================== End ===========================" … in BuildCircuit() 1597 LOG_COMPILER(INFO) << "======================== " << title << " ========================"; in PrintGraph() 1601 … LOG_COMPILER(INFO) << "B" << bb.id << ": ;preds= invalid BB"; in PrintGraph() 1602 LOG_COMPILER(INFO) << "\tBytecodePC: [" << std::to_string(bb.start) << ", " in PrintGraph() 1610 LOG_COMPILER(INFO) << log; in PrintGraph() 1612 LOG_COMPILER(INFO) << "\tBytecodePC: Empty"; in PrintGraph() 1614 LOG_COMPILER(INFO) << "\tBytecodePC: [" << std::to_string(bb.start) << ", " in PrintGraph() [all …]
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | llvm_stackmap_type.h | 56 LOG_COMPILER(DEBUG) << TypeToString(location); in Print() 57 LOG_COMPILER(DEBUG) << ", size:" << std::dec << locationSize; in Print() 58 LOG_COMPILER(DEBUG) << "\tDwarfRegNum:" << dwarfRegNum; in Print() 59 LOG_COMPILER(DEBUG) << "\t OffsetOrSmallConstant:" << offsetOrSmallConstant; in Print() 116 LOG_COMPILER(DEBUG) << "----- head ----"; in Print() 117 LOG_COMPILER(DEBUG) << " version:" << static_cast<int>(stackmapversion); in Print() 118 LOG_COMPILER(DEBUG) << "+++++ head ++++"; in Print() 129 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print() 130 LOG_COMPILER(DEBUG) << " stackSize:0x" << std::hex << stackSize; in Print() 131 LOG_COMPILER(DEBUG) << " recordCount:" << std::hex << recordCount; in Print() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | an_file_info.cpp | 54 LOG_COMPILER(ERROR) << "Can not load aot file from path [ " << filename << " ], " in Load() 85 LOG_COMPILER(INFO) << "loaded an file: " << filename.c_str(); in Load() 96 LOG_COMPILER(ERROR) << "remove " << filename << " failed and errno is " << errno; in TryRemoveAnFile() 121 … LOG_COMPILER(INFO) << "AnFileInfo Load main method id: " << funcDes.indexInKindOrMethodId_ in UpdateFuncEntries() 151 LOG_COMPILER(INFO) << "An file loading: "; in Dump() 159 … LOG_COMPILER(INFO) << " - module-" << i << " <" << name << "> [0x" << std::hex << addr << ", 0x" in Dump() 169 LOG_COMPILER(INFO) << "AnFileInfo IsLoadMain method id: " << methodId << " entry: " << entry; in IsLoadMain()
|
D | stub_file_info.cpp | 64 LOG_COMPILER(ERROR) << "Can not load stub file from path [ " << filename << " ], " in MmapLoad() 107 LOG_COMPILER(INFO) << "loaded stub file successfully"; in MmapLoad() 148 LOG_COMPILER(INFO) << "loaded stub file successfully"; in Load() 171 LOG_COMPILER(ERROR) << "Stub file loading: "; in Dump() 172 …LOG_COMPILER(ERROR) << " - asm stubs [0x" << std::hex << asmAddr << ", 0x" << std::hex << asmAddr … in Dump() 179 … LOG_COMPILER(ERROR) << " - section = " << name << " [0x" << std::hex << addr << ", 0x" << std::hex in Dump()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.cpp | 83 LOG_COMPILER(FATAL) << "Load type literal failure."; in ProcessTypeLiteral() 114 … LOG_COMPILER(FATAL) << "TypeLiteral should not exist LiteralTag: " << static_cast<uint32_t>(tag); in ProcessTypeLiteral() 142 LOG_COMPILER(INFO) << log; in Print() 215 … LOG_COMPILER(FATAL) << "TypeSummary should not exist LiteralTag: " << static_cast<uint32_t>(tag); in ProcessTypeSummary() 264 …LOG_COMPILER(FATAL) << "TypeAnnotation should not exist LiteralTag: " << static_cast<uint32_t>(tag… in ProcessTypeAnnotation() 299 LOG_COMPILER(INFO) << "===================================================================="; in Print() 300 LOG_COMPILER(INFO) << "[TypeAnnotation]"; in Print() 303 …LOG_COMPILER(INFO) << "Order of bytecodes: " << std::setw(typeRightAdjustment) << bcOffsets_[i] <<… in Print() 360 …LOG_COMPILER(FATAL) << "TypeExportTable should not exist LiteralTag: " << static_cast<uint32_t>(ta… in ProcessExportTable() 371 LOG_COMPILER(INFO) << "[ExportTypeTable]"; in Print() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | extend_assembler.h | 51 LOG_COMPILER(FATAL) << "temp register1 inuse."; in TempRegister1() 60 LOG_COMPILER(FATAL) << "temp register2 inuse."; in TempRegister2() 91 LOG_COMPILER(FATAL) << "arm64 invalid call argument:" << i; in CallDispatcherArgument()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | initialization_analysis.cpp | 316 LOG_COMPILER(INFO) << " "; in Print() 317 LOG_COMPILER(INFO) << "\033[34m" << "=================" in Print() 322 LOG_COMPILER(INFO) << "In the constructor of class " << typeAccessor.GetClassTypeName() in Print() 325 LOG_COMPILER(INFO) << (typeAccessor.GetInitializedProperties()); in Print() 327 LOG_COMPILER(INFO) << "This-object will be called by some functions in the constructor."; in Print() 329 …LOG_COMPILER(INFO) << "\033[34m" << "=========================== End ===========================" … in Print()
|
D | method_type_infer.cpp | 1142 LOG_COMPILER(FATAL) << "load lib_ark_builtins.d.ts failed"; in ConvertPrimitiveToBuiltin() 1307 LOG_COMPILER(INFO) << "===================================================================="; in PrintByteCodesWithTypes() 1308 LOG_COMPILER(INFO) << "print bytecode types:"; in PrintByteCodesWithTypes() 1309 LOG_COMPILER(INFO) << ".recordName " + recordName_; in PrintByteCodesWithTypes() 1310 LOG_COMPILER(INFO) << ".function " + functionName + "() {"; in PrintByteCodesWithTypes() 1332 … LOG_COMPILER(INFO) << std::setw(adjustment) << std::to_string(bcIndex) << " " << inst << ", " in PrintByteCodesWithTypes() 1344 … LOG_COMPILER(INFO) << std::setw(adjustment) << std::to_string(bcIndex) << " " << inst << ", " in PrintByteCodesWithTypes() 1352 LOG_COMPILER(INFO) << "}"; in PrintByteCodesWithTypes() 1357 LOG_COMPILER(INFO) << "\033[34m" in PrintCircuitWithTypes() 1364 …LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << … in PrintCircuitWithTypes() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | extended_assembler_x64.h | 48 LOG_COMPILER(FATAL) << "temp register inuse."; in TempRegister() 77 LOG_COMPILER(FATAL) << "x64 invalid call argument:" << i; in CallDispatcherArgument()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | log_wrapper.h | 27 #define LOG_COMPILER(level) ARK_LOG(level, Component::COMPILER) macro
|