Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp113 bool success = pipeline->RunOptimizations(); in Run() local
153 bool success = RunCodegenPass(nextRunner.GetContext().GetPipeline()->GetGraph()); in RunRegAllocAndCodeGenPass() local
156 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/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/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp159 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName()
175 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName()
194 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue()
254 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue()
279 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName()
300 …lder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryStoreGlobalICByName()
Dic_stub_builder.h60 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Dcircuit_builder-inl.h83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException()
92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, Gate… in HandleException()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp352 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, key, value, true); in StoreMiss() local
377 … bool success = JSSharedArray::SetProperty(thread_, receiver, key, value, true, SCheckMode::CHECK); in StoreMiss() local
404 bool success = JSObject::SetProperty(&op, value, true); in StoreMiss() local
435 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, propKey, value, true); in StoreTypedArrayValueMiss() local
448 bool success = JSObject::SetProperty(&op, value, true); in StoreTypedArrayValueMiss() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp37 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetLocalTimezoneOffset() local
48 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetTimezoneName() 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/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.cpp51 bool success = false; in PhaseRun() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1267 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1358 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1387 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1432 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1489 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1523 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj2), in HWTEST_F_L0() local
1552 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1592 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(set), in HWTEST_F_L0() local
1621 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(jsDate), in HWTEST_F_L0() local
1657 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(map), in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
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
Dexplicit_gc_test.cpp47 [[maybe_unused]] bool success = Runtime::Destroy(); in ~ExplicitGC() local
73 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
Dstack_walker_test.cpp171 bool success = false; in TEST_F() local
382 bool success = false; in TestModifyManyVregs() local
/arkcompiler/toolchain/tooling/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()
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp100 bool success = false; in RequestMemoryDump() local
171 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp102 bool success = panda::pandasm::AsmEmitter::EmitPrograms( in Run() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp235 bool success = sched_getaffinity(tid, sizeof(CpuSetType), cpuset.GetData()) == 0; in GetThreadAffinity() local
255 bool success = sched_setaffinity(tid, sizeof(CpuSetType), cpuset.GetData()) == 0; in SetAffinityForThread() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp66 bool success = true; in Compile() local
/arkcompiler/runtime_core/static_core/libpandabase/
Dtask_runner.h266 static void EndTask(RunnerT taskRunner, bool success) in EndTask()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h123 auto success = src->AtomicSetMark<true>(markWord, fwdMarkWord, std::memory_order_relaxed); in SetForwardAddress() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dobject_type_check_elimination.cpp169 bool success = false; in IsMember() local

1234