Home
last modified time | relevance | path

Searched refs:EnableAotJitListHelper (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h36 class EnableAotJitListHelper { class
40 static std::shared_ptr<EnableAotJitListHelper> GetInstance() in GetInstance()
42 static auto helper = std::make_shared<EnableAotJitListHelper>(ENABLE_LIST_NAME); in GetInstance()
46 explicit EnableAotJitListHelper(const std::string &enableListName) in EnableAotJitListHelper() function in panda::ecmascript::ohos::EnableAotJitListHelper
51 EnableAotJitListHelper() = default;
52 virtual ~EnableAotJitListHelper() = default;
122 NO_COPY_SEMANTIC(EnableAotJitListHelper);
123 NO_MOVE_SEMANTIC(EnableAotJitListHelper);
H A Denable_aot_list_helper.cpp19 const std::string EnableAotJitListHelper::ENABLE_LIST_NAME = "/etc/ark/app_aot_jit_enable_list.conf";
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_enable_aot_list_helper.h22 class MockEnableAotJitListHelper : public ecmascript::ohos::EnableAotJitListHelper {
25 const std::string &enableListName): ecmascript::ohos::EnableAotJitListHelper(enableListName) in MockEnableAotJitListHelper()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp76 !ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in IsAotEscapedOrNotInEnableList()
95 if (ohos::EnableAotJitListHelper::GetInstance()->IsAotCompileSuccessOnce(pgoRealPath)) { in IsAotEscapedOrCompiledOnce()
111 if (ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in SetOptionPGOProfiler()
114 ohos::EnableAotJitListHelper::GetInstance()->IsAotCompileSuccessOnce() || in SetOptionPGOProfiler()
/arkcompiler/ets_runtime/test/fuzztest/readenablelist_fuzzer/
H A Dreadenablelist_fuzzer.cpp31 EnableAotJitListHelper helper(aotJitListName); in ReadEnableListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp65 ohos::EnableAotJitListHelper::GetInstance()->Clear();
110 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0()
126 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0()
301 ohos::EnableAotJitListHelper *helper = new MockEnableAotJitListHelper(enableListName); in HWTEST_F_L0()
322 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp211 if (ohos::EnableAotJitListHelper::GetInstance()->IsEnableAot(bundleName)) { in Main()
234 ohos::EnableAotJitListHelper::GetInstance()->AddEnableListCount( in Main()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp39 jitEnable &= ohos::EnableAotJitListHelper::GetInstance()->IsEnableJit(bundleName); in SetJitEnablePostFork()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp142 using EnableAotJitListHelper = ecmascript::ohos::EnableAotJitListHelper;
5336 EnableAotJitListHelper::GetInstance()->IsEnableAot(option.GetBundleName()) && in PostFork()

Completed in 17 milliseconds