Home
last modified time | relevance | path

Searched refs:GetAotCompilerProxy (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp48 auto aotCompilerProxy = GetAotCompilerProxy(); in AotCompiler()
60 auto aotCompilerProxy = GetAotCompilerProxy(); in StopAotCompiler()
72 auto aotCompilerProxy = GetAotCompilerProxy(); in GetAOTVersion()
85 auto aotCompilerProxy = GetAotCompilerProxy(); in NeedReCompile()
93 sptr<IAotCompilerInterface> AotCompilerClient::GetAotCompilerProxy() in GetAotCompilerProxy() function in OHOS::ArkCompiler::AotCompilerClient
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp58 (void)aotClient.GetAotCompilerProxy(); in GetAotRemoteObject()
133 * @tc.desc: aotClient.GetAotCompilerProxy()
140 EXPECT_NE(aotClient.GetAotCompilerProxy(), nullptr); in HWTEST_F()
166 auto aotCompilerProxy = aotClient.GetAotCompilerProxy(); in HWTEST_F()
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_client.h44 sptr<IAotCompilerInterface> GetAotCompilerProxy();
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
H A Daotcompilerservice_unit.cpp137 EXPECT_NE(aotClient.GetAotCompilerProxy(), nullptr); in HWTEST_F()

Completed in 3 milliseconds