Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp99 … ICStubBuilder::LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in LoadICByName()
117 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName()
135 …ICStubBuilder::LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in LoadICByValue()
160 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue()
185 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName()
206 …lder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryStoreGlobalICByName()
Dic_stub_builder.h55 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Dts_inline_lowering.cpp85 auto success = FilterInlinedMethod(inlinedMethod, methodPcInfo.pcOffsets); in TryInline() 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.cpp918 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj)); in HWTEST_F_L0() local
956 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(set)); in HWTEST_F_L0() local
988 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(array)); in HWTEST_F_L0() local
1038 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1055 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1068 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1083 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(ecmaString)); in HWTEST_F_L0() local
1139 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(jsDate)); in HWTEST_F_L0() local
1172 bool success = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(map)); in HWTEST_F_L0() local
1206 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.cpp195 bool success = JSTaggedValue::SetProperty(GetThread(), receiver, key, value, true); in StoreMiss() local
224 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/runtime_core/runtime/tests/
Dmem_stats_gc_test.cpp39 bool success = Runtime::Create(options); in SetupRuntime() local
51 bool success = Runtime::Destroy(); in TearDown() local
Dgc_log_test.cpp42 [[maybe_unused]] bool success = Runtime::Destroy(); in ~GCTestLog() local
71 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
Dstack_walker_test.cpp284 bool success = false; in TEST_F() local
456 bool success = false; in TestModifyManyVregs() local
Dg1gc_fullgc_test.cpp91 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
107 bool success = Runtime::Destroy(); in ResetRuntime() local
Dmem_stats_gen_gc_test.cpp96 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
112 bool success = Runtime::Destroy(); in ResetRuntime() local
/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.cpp610 bool success = false; in SetProperty() local
637 bool success = false; in SetProperty() local
670 bool success = false; in SetProperty() local
721 bool success = DeleteProperty(thread, obj, key); in DeletePropertyOrThrow() local
741 bool success = DefineOwnProperty(thread, obj, key, desc); in DefinePropertyOrThrow() local
Djs_object.cpp916 bool success = false; in ValidateAndApplyPropertyDescriptor() local
1170 bool success = CreateDataProperty(thread, obj, key, value); in CreateDataPropertyOrThrow() local
1182 bool success = CreateDataProperty(thread, obj, index, value); in CreateDataPropertyOrThrow() local
1246 [[maybe_unused]] bool success = in SetIntegrityLevel() local
1265 [[maybe_unused]] bool success = in SetIntegrityLevel() local
1565 bool success = CreateDataProperty(thread, objHandle, valueStr, desc.GetValue()); in FromPropertyDescriptor() local
1572 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, writableStr, writable); in FromPropertyDescriptor() local
1578 bool success = CreateDataProperty(thread, objHandle, getStr, desc.GetGetter()); in FromPropertyDescriptor() local
1584 bool success = CreateDataProperty(thread, objHandle, setStr, desc.GetSetter()); in FromPropertyDescriptor() local
1592 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, enumerableStr, enumerable); in FromPropertyDescriptor() local
[all …]
Djs_array.cpp246 [[maybe_unused]] bool success = GetOwnProperty(thread, array, lengthKeyHandle, oldLenDesc); in ArraySetLength() local
315 bool success = JSObject::OrdinaryDefineOwnProperty(thread, array, key, desc); in DefineOwnProperty() local
Ddate_parse.cpp36 …bool success = timeZone.SetTimeZone(time) && timeValue.SetTimeValue(time) && dayValue.SetDayValue(… in ParseDateString() local
Dobject_fast_operator-inl.h572 bool success = JSObject::CallSetter(thread, *accessor, objHandle, valueHandle, true); in CallSetter() local
742 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h413 explicit RequestMemoryDumpReturns(std::string dumpGuid, bool success) in RequestMemoryDumpReturns()
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp165 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() 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

12