Searched defs:errCode (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | assert_util.h | 22 #define PANDA_GUARD_ERROR_PRINT(tag, errCode, desc, cause, solutions) \ argument 31 #define PANDA_GUARD_ASSERT_PRINT(cond, tag, errCode, desc) \ argument 39 #define PANDA_GUARD_ABORT_PRINT(tag, errCode, desc) \ argument
|
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| D | aot_compiler_interface_stub.cpp | 67 ErrCode errCode = AotCompiler(argsMap, sigData); in CommandAOTCompiler() local 90 ErrCode errCode = StopAotCompiler(); in CommandStopAOTCompiler() local 101 ErrCode errCode = GetAOTVersion(sigData); in CommandGetAOTVersion() local 118 ErrCode errCode = NeedReCompile(regs, sigData); in CommandNeedReCompile() local
|
| D | aot_compiler_interface_proxy.cpp | 63 ErrCode errCode = reply.ReadInt32(); in AotCompiler() local 104 ErrCode errCode = reply.ReadInt32(); in StopAotCompiler() local 136 ErrCode errCode = reply.ReadInt32(); in GetAOTVersion() local 172 ErrCode errCode = reply.ReadInt32(); in NeedReCompile() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 46 int errCode = GetLastError(); in PageMap() local 63 int errCode = GetLastError(); in PageUnmap() local 105 int errCode = GetLastError(); in PageProtect() local
|
| /arkcompiler/ets_runtime/common_components/platform/windows/ |
| D | map.cpp | 30 int errCode = GetLastError(); in PageProtect() local
|
| /arkcompiler/ets_runtime/compiler_service/src/ |
| D | aot_compiler_error_utils.cpp | 33 std::string AotCompilerErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ArkError.ts | 28 errCode: ArkErrorCode; property
|