Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_error_utils.cpp33 std::string AotCompilerErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage() argument
/arkcompiler/ets_runtime/compiler_service/interface/
H A 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 in NeedReCompile() local
[all...]
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp46 int errCode = GetLastError(); in PageMap() local
51 LOG_ECMA(FATAL) << "PageMap "<< size << ", prot:" << prot << " fail, the error code is: " << errCode; in PageMap() local
63 int errCode = GetLastError(); in PageUnmap() local
105 int errCode = GetLastError(); in PageProtect() local
107 ", change to " << prot << " failed, error code is " << errCode; in PageProtect() local

Completed in 3 milliseconds