Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 99) sorted by relevance

1234

/arkcompiler/ets_runtime/common_components/platform/unix/tests/
Dmap_test.cpp34 bool success = common::PageProtect(mem, pageSize, PROT_READ); in HWTEST_F_L0() local
42 bool success = common::PageProtect(nullptr, getpagesize(), -1); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp116 bool success = pipeline->RunOptimizations(); in Run() local
156 bool success = RunCodegenPass(nextRunner.GetContext().GetPipeline()->GetGraph()); in RunRegAllocAndCodeGenPass() local
159 bool success = RegAlloc(graph); in RunRegAllocAndCodeGenPass() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpending_exception_test.cpp41 bool success = Runtime::Create(options); in SetUp() local
47 bool success = Runtime::Destroy(); in TearDown() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/backtrace/
Dcall_backtrace_test.cpp35 bool success = Runtime::Destroy(); in TearDown() local
55 bool success = Runtime::Create(options); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/
Dinterrupt_release_pages_test.cpp41 [[maybe_unused]] bool success = Runtime::Create(options); in IntrusiveInterruptReleasePagesTest() local
51 [[maybe_unused]] bool success = Runtime::Destroy(); in ~IntrusiveInterruptReleasePagesTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp36 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetLocalTimezoneOffset() local
47 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetTimezoneName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.h268 [[maybe_unused]] bool success, [[maybe_unused]] GateRef gate) in TraceLazyDeoptNum()
291 …bool success = compilationEnv_->GetDependencies()->DependOnStableProtoChain(compilationEnv_->GetJS… in TryLazyDeoptStableProtoChain() local
306 bool success = compilationEnv_->GetDependencies()-> in TryLazyDeoptNotPrototype() local
322 bool success = compilationEnv_->GetDependencies()->DependOnStableProtoChain( in TryLazyDeoptBuiltinStableProtoChain() local
335 bool success = compilationEnv_->GetDependencies()-> in TryLazyDeoptArrayGuardianCheck() local
Dic_stub_builder.cpp273 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName()
289 …uilder::LoadICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Label *success, in LoadICByNameWithMega()
306 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName()
322 …ilder::StoreICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Label *success) in StoreICByNameWithMega()
340 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue()
398 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue()
421 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName()
442 …lder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryStoreGlobalICByName()
Dic_stub_builder.h84 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp166 UErrorCode success = U_ZERO_ERROR; in CanonicalizeLocaleList() local
189 static icu::LocaleMatcher BuildLocaleMatcher(UErrorCode &success) in BuildLocaleMatcher()
229 auto success = UErrorCode::U_ZERO_ERROR; in StdCoreIntlBestFitLocale() local
296 auto success = UErrorCode::U_ZERO_ERROR; in StdCoreIntlBestFitLocales() local
329 UErrorCode success = U_ZERO_ERROR; in LookupLocale() local
346 UErrorCode success = U_ZERO_ERROR; in StdCoreIntlLookupLocale() local
DIntlLocale.cpp169 UErrorCode success = U_ZERO_ERROR; in StdCoreIntlLocaleNumberingSystemList() local
191 UErrorCode success = U_ZERO_ERROR; in StdCoreIntlLocaleInfo() local
213 UErrorCode success = U_ZERO_ERROR; in StdCoreIntlLocaleIsTagValid() local
244 UErrorCode success = U_ZERO_ERROR; in StdCoreIntlLocaleParseTag() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static.cpp615 static void VisitIf32(compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf32()
655 static void VisitIf64Signed(compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Signed()
696 static void VisitIf64Unsigned(compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Unsigned()
738 bool &success) in VisitIfRef()
810 static void IfImmZero32(compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZero32()
849 static void IfImmZeroRef(compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZeroRef()
903 static void IfImmNonZero32(compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmNonZero32()
1047 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI32()
1088 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromU32()
1129 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI64()
[all …]
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_compiler.cpp47 bool success = fileProcessor.ProcessFile(); in FillProgramData() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp333 bool success = tmap->HasValue(thread, keyValue[1].GetTaggedValue()); // 1 : value index in HWTEST_F_L0() local
781 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in RTCommon() local
790 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in RTCommon() local
805 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in SetCommon() local
812 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in SetCommon() local
846 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
859 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
884 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
893 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
915 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
[all …]
Djs_api_tree_set_test.cpp110 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
117 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
244 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp422 … bool success = JSSharedArray::SetProperty(thread_, receiver, key, value, true, SCheckMode::CHECK); in StoreMiss() local
440 bool success = false; in StoreMiss() local
500 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, propKey, value, true); in StoreTypedArrayValueMiss() local
519 bool success = JSObject::SetPropertyForData(&op, value, &isAccessor); in StoreTypedArrayValueMiss() local
548 bool success = JSObject::SetPropertyForAccessor(op, value); in HandleAccesor() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp565 … VisitIf32(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf32()
610 …If64Signed(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Signed()
656 …64Unsigned(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Unsigned()
703 bool &success) in VisitIfRef()
869 …mZero32(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZero32()
913 …ZeroRef(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZeroRef()
973 …nZero32(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmNonZero32()
1125 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI32()
1167 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromU32()
1209 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI64()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc.cpp39 bool success = false; in PhaseRun() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexplicit_gc_test.cpp47 [[maybe_unused]] bool success = Runtime::Destroy(); in ~ExplicitGC() local
73 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
Dmem_stats_gc_test.cpp40 bool success = Runtime::Create(options); in SetupRuntime() local
52 bool success = Runtime::Destroy(); in TearDown() local
Dgc_log_test.cpp47 [[maybe_unused]] bool success = Runtime::Destroy(); in ~GCTestLog() local
77 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
Dstack_walker_test.cpp162 bool success = false; in WalkIfZeroRun() local
203 bool success = false; in WalkIfOneRun() local
403 bool success = false; in TestModifyManyVregs() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp1356 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1447 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1476 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1521 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1578 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1612 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj2), in HWTEST_F_L0() local
1641 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1681 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(set), in HWTEST_F_L0() local
1710 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(jsDate), in HWTEST_F_L0() local
1746 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(map), in HWTEST_F_L0() local
[all …]
Dserializer_test.cpp1485 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1576 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1605 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1650 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1707 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1741 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj2), in HWTEST_F_L0() local
1770 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1810 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(set), in HWTEST_F_L0() local
1839 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(jsDate), in HWTEST_F_L0() local
1875 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(map), in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/dynamic/test/client_utils/
Dtest_util.cpp117 bool success = true; in ForkSocketClient() local
144 …dleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success) in HandleAcceptanceMessages()

1234