Home
last modified time | relevance | path

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

1234

/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/compiler/optimizer/
Dpipeline.cpp110 bool success = pipeline->RunOptimizations(); in Run() local
151 bool success = RunCodegenPass(nextRunner.GetContext().GetPipeline()->GetGraph()); in RunRegAllocAndCodeGenPass() local
154 bool success = RegAlloc(graph); in RunRegAllocAndCodeGenPass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp145 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName()
161 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName()
180 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue()
240 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue()
264 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName()
285 …lder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryStoreGlobalICByName()
Dic_stub_builder.h58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Dcircuit_builder-inl.h126 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException()
135 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, Gate… in HandleException()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp354 bool success = tmap->HasValue(thread, value.GetTaggedValue()); in HWTEST_F_L0() local
858 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
867 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
877 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
884 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
905 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
914 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
922 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local
933 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
940 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local
[all …]
Djs_serializer_test.cpp1163 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj)); in HWTEST_F_L0() local
1355 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj)); in HWTEST_F_L0() local
1393 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(set)); in HWTEST_F_L0() local
1425 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(array)); in HWTEST_F_L0() local
1475 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1492 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1505 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1520 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1576 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(jsDate)); in HWTEST_F_L0() local
1609 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(map)); in HWTEST_F_L0() local
[all …]
Djs_api_tree_set_test.cpp148 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
155 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
288 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp315 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, key, value, true); in StoreMiss() local
346 bool success = JSObject::SetProperty(&op, value, true); in StoreMiss() local
377 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, propKey, value, true); in StoreTypedArrayValueMiss() local
390 bool success = JSObject::SetProperty(&op, value, true); in StoreTypedArrayValueMiss() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp546 … VisitIf32(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf32()
591 …If64Signed(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Signed()
637 …64Unsigned(BytecodeGen *enc, compiler::IfInst *inst, std::vector<pandasm::Ins> &res, bool &success) in VisitIf64Unsigned()
684 bool &success) in VisitIfRef()
850 …mZero32(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZero32()
894 …ZeroRef(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmZeroRef()
954 …nZero32(BytecodeGen *enc, compiler::IfImmInst *inst, std::vector<pandasm::Ins> &res, bool &success) in IfImmNonZero32()
1099 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI32()
1164 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromI64()
1234 std::vector<pandasm::Ins> &res, bool &success) in VisitCastFromF32()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc.cpp53 bool success = false; in PhaseRun() local
/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.cpp169 bool success = false; in TEST_F() local
341 bool success = false; in TestModifyManyVregs() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1128 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1201 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj), in HWTEST_F_L0() local
1257 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj1), in HWTEST_F_L0() local
1291 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(obj2), in HWTEST_F_L0() local
1332 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(set), in HWTEST_F_L0() local
1360 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(jsDate), in HWTEST_F_L0() local
1395 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(map), in HWTEST_F_L0() local
1422 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(jsRegexp), in HWTEST_F_L0() local
1456 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(array), in HWTEST_F_L0() local
1476 bool success = serializer->WriteValue(thread, JSHandle<JSTaggedValue>(ecmaString), in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp77 bool success = false; in RequestMemoryDump() local
148 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp116 bool success = true; in ForkSocketClient() local
143 …dleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success) in HandleAcceptanceMessages()
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp89 bool success = panda::pandasm::AsmEmitter::EmitPrograms( in Run() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp226 bool success = sched_getaffinity(tid, sizeof(CpuSetType), cpuset.GetData()) == 0; in GetThreadAffinity() local
246 bool success = sched_setaffinity(tid, sizeof(CpuSetType), cpuset.GetData()) == 0; in SetAffinityForThread() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp73 bool success = true; in Compile() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp71 bool success = JSObject::CreateDataProperty(thread, root, rootName, result); in Parse() local
/arkcompiler/runtime_core/static_core/libpandabase/
Dtask_runner.h266 static void EndTask(RunnerT taskRunner, bool success) in EndTask()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp723 bool success = false; in SetProperty() local
750 bool success = false; in SetProperty() local
783 bool success = false; in SetProperty() local
834 bool success = DeleteProperty(thread, obj, key); in DeletePropertyOrThrow() local
854 bool success = DefineOwnProperty(thread, obj, key, desc); in DefinePropertyOrThrow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dobject_type_check_elimination.cpp169 bool success = false; in IsMember() local

1234