Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/panda_guard/util/
Dassert_util.h22 #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/
Daot_compiler_interface_stub.cpp67 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
Daot_compiler_interface_proxy.cpp63 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/
Dmap.cpp46 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/
Dmap.cpp30 int errCode = GetLastError(); in PageProtect() local
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_error_utils.cpp33 std::string AotCompilerErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkError.ts28 errCode: ArkErrorCode; property