/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/compiler/optimizer/ |
D | pipeline.cpp | 110 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/ |
D | ic_stub_builder.cpp | 145 … 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()
|
D | ic_stub_builder.h | 58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
D | circuit_builder-inl.h | 126 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/ |
D | tagged_tree_test.cpp | 354 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 …]
|
D | js_serializer_test.cpp | 1163 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 …]
|
D | js_api_tree_set_test.cpp | 148 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/ |
D | ic_runtime.cpp | 315 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/ |
D | codegen.cpp | 546 … 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/ |
D | reg_alloc.cpp | 53 bool success = false; in PhaseRun() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
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 | 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 | stack_walker_test.cpp | 169 bool success = false; in TEST_F() local 341 bool success = false; in TestModifyManyVregs() local
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
D | serializer_test.cpp | 1128 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/ |
D | tracing_impl.cpp | 77 bool success = false; in RequestMemoryDump() local 148 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
|
/arkcompiler/toolchain/tooling/test/client_utils/ |
D | test_util.cpp | 116 bool success = true; in ForkSocketClient() local 143 …dleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success) in HandleAcceptanceMessages()
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | emitFiles.cpp | 89 bool success = panda::pandasm::AsmEmitter::EmitPrograms( in Run() local
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | cpu_affinity.cpp | 226 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/ |
D | function.cpp | 73 bool success = true; in Compile() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_json.cpp | 71 bool success = JSObject::CreateDataProperty(thread, root, rootName, result); in Parse() local
|
/arkcompiler/runtime_core/static_core/libpandabase/ |
D | task_runner.h | 266 static void EndTask(RunnerT taskRunner, bool success) in EndTask()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_tagged_value.cpp | 723 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/ |
D | object_type_check_elimination.cpp | 169 bool success = false; in IsMember() local
|