Home
last modified time | relevance | path

Searched refs:IsEnableAot (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp111 ASSERT_TRUE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
113 ASSERT_TRUE(helper->IsEnableAot(bundleScope1)); in HWTEST_F_L0()
115 ASSERT_FALSE(helper->IsEnableAot(bundleScope2)); in HWTEST_F_L0()
127 ASSERT_FALSE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
303 ASSERT_TRUE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
304 ASSERT_TRUE(helper->IsEnableAot(bundleScope1)); in HWTEST_F_L0()
305 ASSERT_TRUE(helper->IsEnableAot(bundleScope2)); in HWTEST_F_L0()
324 ASSERT_TRUE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
325 ASSERT_FALSE(helper->IsEnableAot(bundleScope1)); in HWTEST_F_L0()
326 ASSERT_FALSE(helper->IsEnableAot(bundleScope in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/test/fuzztest/readenablelist_fuzzer/
H A Dreadenablelist_fuzzer.cpp34 helper.IsEnableAot(candidate); in ReadEnableListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp76 !ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in IsAotEscapedOrNotInEnableList()
111 if (ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in SetOptionPGOProfiler()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h54 bool IsEnableAot(const std::string &candidate) in IsEnableAot() function in panda::ecmascript::ohos::EnableAotJitListHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp211 if (ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in Main()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5336 EnableAotJitListHelper::GetInstance()->IsEnableAot(option.GetBundleName()) && in PostFork()

Completed in 14 milliseconds