/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ic_stub_builder.cpp | 100 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() 118 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName() 137 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() 162 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue() 187 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName() 208 …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 | builtins_lowering.cpp | 213 StateDepend success(ifFalse, sDepend); in ReplaceHirWithValue() local
|
D | pass.h | 295 bool success = lowering.RunTSHCRLowering(); in Run() local
|
/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 | 1255 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj)); in HWTEST_F_L0() local 1293 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(set)); in HWTEST_F_L0() local 1325 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(array)); in HWTEST_F_L0() local 1375 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local 1392 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local 1405 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local 1420 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local 1476 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(jsDate)); in HWTEST_F_L0() local 1509 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(map)); in HWTEST_F_L0() local 1543 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(jsArrayBuffer)); 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
|
D | js_api_tree_map_test.cpp | 215 bool success = JSAPITreeMap::Replace(thread, tmap, key, value); in HWTEST_F_L0() local 224 bool success = JSAPITreeMap::Replace(thread, tmap, key, value); in HWTEST_F_L0() local
|
D | js_object_test.cpp | 240 bool success = JSObject::CreateDataProperty(thread, obj, key, value); in HWTEST_F_L0() local 265 bool success = JSObject::CreateMethodProperty(thread, obj, key, value); in HWTEST_F_L0() local 290 …bool success = JSTaggedValue::DefinePropertyOrThrow(thread, JSHandle<JSTaggedValue>(obj), key, des… in HWTEST_F_L0() local 776 bool success = JSObject::GetOwnProperty(thread, obj, key, desc); in HWTEST_F_L0() local 809 bool success = JSObject::GetOwnProperty(thread, obj, key, desc); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 200 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, key, value, true); in StoreMiss() local 228 bool success = JSObject::SetProperty(&op, value, true); in StoreMiss() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | tracing_impl.cpp | 69 bool success = false; in RequestMemoryDump() local 133 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_json.cpp | 70 bool success = JSObject::CreateDataProperty(thread, root, rootName, result); in Parse() local
|
D | builtins_object.cpp | 109 …bool success = JSTaggedValue::GetOwnProperty(thread, JSHandle<JSTaggedValue>::Cast(from), key, des… in Assign() local 179 …bool success = JSTaggedValue::GetOwnProperty(thread, JSHandle<JSTaggedValue>::Cast(props), handleK… in ObjectDefineProperties() local 280 [[maybe_unused]] bool success = JSTaggedValue::DefinePropertyOrThrow(thread, obj, key, desc); in DefineProperty() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_tagged_value.cpp | 619 bool success = false; in SetProperty() local 646 bool success = false; in SetProperty() local 679 bool success = false; in SetProperty() local 730 bool success = DeleteProperty(thread, obj, key); in DeletePropertyOrThrow() local 750 bool success = DefineOwnProperty(thread, obj, key, desc); in DefinePropertyOrThrow() local
|
D | js_object.cpp | 1056 bool success = false; in ValidateAndApplyPropertyDescriptor() local 1397 bool success = CreateDataProperty(thread, obj, key, value); in CreateDataPropertyOrThrow() local 1409 bool success = CreateDataProperty(thread, obj, index, value); in CreateDataPropertyOrThrow() local 1474 [[maybe_unused]] bool success = in SetIntegrityLevel() local 1494 [[maybe_unused]] bool success = in SetIntegrityLevel() local 1798 bool success = CreateDataProperty(thread, objHandle, valueStr, desc.GetValue()); in FromPropertyDescriptor() local 1805 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, writableStr, writable); in FromPropertyDescriptor() local 1811 bool success = CreateDataProperty(thread, objHandle, getStr, desc.GetGetter()); in FromPropertyDescriptor() local 1817 bool success = CreateDataProperty(thread, objHandle, setStr, desc.GetSetter()); in FromPropertyDescriptor() local 1825 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, enumerableStr, enumerable); in FromPropertyDescriptor() local [all …]
|
D | date_parse.cpp | 36 …bool success = timeZone.SetTimeZone(time) && timeValue.SetTimeValue(time) && dayValue.SetDayValue(… in ParseDateString() local
|
D | js_array.cpp | 251 [[maybe_unused]] bool success = GetOwnProperty(thread, array, lengthKeyHandle, oldLenDesc); in ArraySetLength() local 320 bool success = JSObject::OrdinaryDefineOwnProperty(thread, array, key, desc); in DefineOwnProperty() local
|
D | object_fast_operator-inl.h | 574 bool success = JSObject::CallSetter(thread, *accessor, objHandle, valueHandle, true); in CallSetter() local 745 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex() local
|
D | ecma_vm.cpp | 573 bool success = true; in TriggerConcurrentCallback() local
|
D | js_plural_rules.cpp | 205 bool success = true; in InitializePluralRules() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_returns.h | 430 explicit RequestMemoryDumpReturns(std::string dumpGuid, bool success) in RequestMemoryDumpReturns()
|
/arkcompiler/runtime_core/libziparchive/ |
D | zip_archive.cpp | 165 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 276 bool success = false; in StopCpuProfilerForColdStart() local 303 bool success = false; in CpuProfilerSamplingAnyTime() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | mutex.cpp | 430 …bool success = futex(GetCondAddr(), FUTEX_REQUEUE_PRIVATE, 0, reinterpret_cast<const timespec *>(t… in SignalCount() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_lazy_test.cpp | 75 bool success = JSObject::GetOwnProperty(thread, globalObj, key, desc); in HWTEST_F_L0() local 88 bool success = JSObject::SetProperty(thread, globalObj, key, value); in HWTEST_F_L0() local
|