| /arkcompiler/ets_runtime/common_components/platform/unix/tests/ |
| D | map_test.cpp | 34 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/ |
| D | pipeline.cpp | 116 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/ |
| D | pending_exception_test.cpp | 41 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/ |
| D | call_backtrace_test.cpp | 35 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/ |
| D | interrupt_release_pages_test.cpp | 41 [[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/ |
| D | escompat_Date.cpp | 36 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetLocalTimezoneOffset() local 47 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetTimezoneName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.h | 268 [[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
|
| D | ic_stub_builder.cpp | 273 … 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()
|
| D | ic_stub_builder.h | 84 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlLocaleMatch.cpp | 166 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
|
| D | IntlLocale.cpp | 169 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/ |
| D | codegen_static.cpp | 615 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/ |
| D | abc2program_compiler.cpp | 47 bool success = fileProcessor.ProcessFile(); in FillProgramData() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_tree_test.cpp | 333 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 …]
|
| D | js_api_tree_set_test.cpp | 110 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/ |
| D | ic_runtime.cpp | 422 … 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/ |
| D | codegen.cpp | 565 … 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/ |
| D | reg_alloc.cpp | 39 bool success = false; in PhaseRun() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | explicit_gc_test.cpp | 47 [[maybe_unused]] bool success = Runtime::Destroy(); in ~ExplicitGC() local 73 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
|
| D | mem_stats_gc_test.cpp | 40 bool success = Runtime::Create(options); in SetupRuntime() local 52 bool success = Runtime::Destroy(); in TearDown() local
|
| D | gc_log_test.cpp | 47 [[maybe_unused]] bool success = Runtime::Destroy(); in ~GCTestLog() local 77 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
|
| D | stack_walker_test.cpp | 162 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/ |
| D | inter_op_serializer_test.cpp | 1356 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 …]
|
| D | serializer_test.cpp | 1485 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/ |
| D | test_util.cpp | 117 bool success = true; in ForkSocketClient() local 144 …dleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success) in HandleAcceptanceMessages()
|