Home
last modified time | relevance | path

Searched refs:GetAotCompiler (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp124 EXPECT_EQ(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
128 EXPECT_NE(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
168 EXPECT_NE(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
180 EXPECT_NE(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
184 EXPECT_EQ(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
200 EXPECT_EQ(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
203 EXPECT_EQ(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
206 EXPECT_EQ(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
209 EXPECT_NE(aotClient.GetAotCompiler(), nullptr); in HWTEST_F()
225 EXPECT_NE(aotClient.GetAotCompiler(), nullpt in HWTEST_F()
[all...]
/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp96 auto aotCompilerProxy = GetAotCompiler(); in GetAotCompilerProxy()
115 aotCompilerProxy = GetAotCompiler(); in GetAotCompilerProxy()
165 sptr<IAotCompilerInterface> AotCompilerClient::GetAotCompiler() in GetAotCompiler() function in OHOS::ArkCompiler::AotCompilerClient
207 auto aotCompilerProxy = GetAotCompiler(); in AotCompilerOnRemoteDied()
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_client.h47 sptr<IAotCompilerInterface> GetAotCompiler();

Completed in 2 milliseconds