Home
last modified time | relevance | path

Searched refs:aotCompilerProxy (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp48 auto aotCompilerProxy = GetAotCompilerProxy(); in AotCompiler() local
49 if (aotCompilerProxy == nullptr) { in AotCompiler()
53 return aotCompilerProxy->AotCompiler(argsMap, sigData); in AotCompiler()
60 auto aotCompilerProxy = GetAotCompilerProxy(); in StopAotCompiler() local
61 if (aotCompilerProxy == nullptr) { in StopAotCompiler()
65 return aotCompilerProxy->StopAotCompiler(); in StopAotCompiler()
72 auto aotCompilerProxy = GetAotCompilerProxy(); in GetAOTVersion() local
73 if (aotCompilerProxy == nullptr) { in GetAOTVersion()
78 return aotCompilerProxy->GetAOTVersion(sigData); in GetAOTVersion()
85 auto aotCompilerProxy in NeedReCompile() local
96 auto aotCompilerProxy = GetAotCompiler(); GetAotCompilerProxy() local
207 auto aotCompilerProxy = GetAotCompiler(); AotCompilerOnRemoteDied() local
[all...]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp166 auto aotCompilerProxy = aotClient.GetAotCompilerProxy(); in HWTEST_F() local

Completed in 2 milliseconds