Home
last modified time | relevance | path

Searched refs:helper (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp110 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0() local
111 ASSERT_TRUE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
112 ASSERT_TRUE(helper->IsEnableJit(bundleScope)); in HWTEST_F_L0()
113 ASSERT_TRUE(helper->IsEnableAot(bundleScope1)); in HWTEST_F_L0()
114 ASSERT_FALSE(helper->IsEnableJit(bundleScope1)); in HWTEST_F_L0()
115 ASSERT_FALSE(helper->IsEnableAot(bundleScope2)); in HWTEST_F_L0()
116 ASSERT_TRUE(helper->IsEnableJit(bundleScope2)); in HWTEST_F_L0()
126 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0() local
127 ASSERT_FALSE(helper->IsEnableAot(bundleScope)); in HWTEST_F_L0()
128 ASSERT_FALSE(helper in HWTEST_F_L0()
301 ohos::EnableAotJitListHelper *helper = new MockEnableAotJitListHelper(enableListName); HWTEST_F_L0() local
322 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp26 static Expected<int, ErrorCode> helper(int v) in helper() function
106 auto res1 = helper(0); in TEST()
107 auto res2 = helper(1); in TEST()
108 auto res3 = helper(2); in TEST()
119 auto res1 = helper(0).ValueOr(1); in TEST()
120 auto res2 = helper(res1).ValueOr(res1); in TEST()
/arkcompiler/ets_runtime/test/fuzztest/readenablelist_fuzzer/
H A Dreadenablelist_fuzzer.cpp31 EnableAotJitListHelper helper(aotJitListName); in ReadEnableListFuzzTest()
34 helper.IsEnableAot(candidate); in ReadEnableListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h42 static auto helper = std::make_shared<EnableAotJitListHelper>(ENABLE_LIST_NAME); in GetInstance() local
43 return helper; in GetInstance()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.cpp524 DtoaHelper helper(buf.begin() + 1); in GetMinimumDigits()
525 helper.Dtoa(d); in GetMinimumDigits()
526 *decpt = helper.GetPoint(); in GetMinimumDigits()
527 return helper.GetDigits(); in GetMinimumDigits()

Completed in 3 milliseconds