Searched refs:kLncFatal (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_logging.h | 131 enum LogNumberCode { kLncInfo = 0, kLncWarn = 20, kLncErr = 40, kLncFatal = 60, kLncMax = 99 }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_symbol.cpp | 268 FATAL(kLncFatal, "valid maple_ir with illegal type"); in Dump()
|
H A D | mir_nodes.cpp | 747 FATAL(kLncFatal, "snprintf_s failed");
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 78 FATAL(kLncFatal, "unkown reg size"); in TransferReg() 1457 FATAL(kLncFatal, "unsupported instruction"); in EmitInsn() 1683 FATAL(kLncFatal, "EmitSingleElement: unsupport variable kind"); in EmitSingleElement() 1852 FATAL(kLncFatal, "Unknown type in Global pstatic"); in EmitGlobalVariable()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 574 FATAL(kLncFatal, "snprintf_s failed"); in EmitAsmLabel() 628 FATAL(kLncFatal, "snprintf_s failed"); in EmitAsmLabel() 637 FATAL(kLncFatal, "snprintf_s failed"); in EmitAsmLabel() 2293 FATAL(kLncFatal, "Can not find delimiter in target "); in EmitAsmLabel()
|
Completed in 10 milliseconds