Home
last modified time | relevance | path

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

/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/compiler_service/src/
Daot_compiler_error_utils.cpp33 std::string AotCompilerErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage()