Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp100 … 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()
Dic_stub_builder.h58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Dbuiltins_lowering.cpp213 StateDepend success(ifFalse, sDepend); in ReplaceHirWithValue() local
Dpass.h295 bool success = lowering.RunTSHCRLowering(); in Run() local
/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.cpp1255 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 …]
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
Djs_api_tree_map_test.cpp215 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
Djs_object_test.cpp240 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/
Dic_runtime.cpp200 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/
Dtracing_impl.cpp69 bool success = false; in RequestMemoryDump() local
133 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp70 bool success = JSObject::CreateDataProperty(thread, root, rootName, result); in Parse() local
Dbuiltins_object.cpp109 …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/
Djs_tagged_value.cpp619 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
Djs_object.cpp1056 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 …]
Ddate_parse.cpp36 …bool success = timeZone.SetTimeZone(time) && timeValue.SetTimeValue(time) && dayValue.SetDayValue(… in ParseDateString() local
Djs_array.cpp251 [[maybe_unused]] bool success = GetOwnProperty(thread, array, lengthKeyHandle, oldLenDesc); in ArraySetLength() local
320 bool success = JSObject::OrdinaryDefineOwnProperty(thread, array, key, desc); in DefineOwnProperty() local
Dobject_fast_operator-inl.h574 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
Decma_vm.cpp573 bool success = true; in TriggerConcurrentCallback() local
Djs_plural_rules.cpp205 bool success = true; in InitializePluralRules() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h430 explicit RequestMemoryDumpReturns(std::string dumpGuid, bool success) in RequestMemoryDumpReturns()
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp165 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp276 bool success = false; in StopCpuProfilerForColdStart() local
303 bool success = false; in CpuProfilerSamplingAnyTime() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp430 …bool success = futex(GetCondAddr(), FUTEX_REQUEUE_PRIVATE, 0, reinterpret_cast<const timespec *>(t… in SignalCount() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_lazy_test.cpp75 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

12