Searched refs:GetAotCompiler (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/ |
H A D | aotcompilerclient_unit.cpp | 124 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 D | aot_compiler_client.cpp | 96 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 D | aot_compiler_client.h | 47 sptr<IAotCompilerInterface> GetAotCompiler();
|
Completed in 2 milliseconds