Home
last modified time | relevance | path

Searched defs:aotCompilerProxy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_client.cpp48 auto aotCompilerProxy = GetAotCompilerProxy(); in AotCompiler() local
60 auto aotCompilerProxy = GetAotCompilerProxy(); in StopAotCompiler() local
72 auto aotCompilerProxy = GetAotCompilerProxy(); in GetAOTVersion() local
85 auto aotCompilerProxy = GetAotCompilerProxy(); in NeedReCompile() local
96 auto aotCompilerProxy = GetAotCompiler(); in GetAotCompilerProxy() local
207 auto aotCompilerProxy = GetAotCompiler(); in AotCompilerOnRemoteDied() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
Daotcompilerclient_unit.cpp166 auto aotCompilerProxy = aotClient.GetAotCompilerProxy(); variable