| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 99 … 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()
|
| D | ic_stub_builder.h | 55 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| D | ts_inline_lowering.cpp | 85 auto success = FilterInlinedMethod(inlinedMethod, methodPcInfo.pcOffsets); in TryInline() 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 | 918 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 …]
|
| 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 | 195 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/ |
| D | tracing_impl.cpp | 69 bool success = false; in RequestMemoryDump() local 133 … [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mem_stats_gc_test.cpp | 39 bool success = Runtime::Create(options); in SetupRuntime() local 51 bool success = Runtime::Destroy(); in TearDown() local
|
| D | gc_log_test.cpp | 42 [[maybe_unused]] bool success = Runtime::Destroy(); in ~GCTestLog() local 71 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
|
| D | stack_walker_test.cpp | 284 bool success = false; in TEST_F() local 456 bool success = false; in TestModifyManyVregs() local
|
| D | g1gc_fullgc_test.cpp | 91 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local 107 bool success = Runtime::Destroy(); in ResetRuntime() local
|
| D | mem_stats_gen_gc_test.cpp | 96 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local 112 bool success = Runtime::Destroy(); in ResetRuntime() local
|
| /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 | 610 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
|
| D | js_object.cpp | 916 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 …]
|
| D | js_array.cpp | 246 [[maybe_unused]] bool success = GetOwnProperty(thread, array, lengthKeyHandle, oldLenDesc); in ArraySetLength() local 315 bool success = JSObject::OrdinaryDefineOwnProperty(thread, array, key, desc); in DefineOwnProperty() local
|
| D | date_parse.cpp | 36 …bool success = timeZone.SetTimeZone(time) && timeValue.SetTimeValue(time) && dayValue.SetDayValue(… in ParseDateString() local
|
| D | object_fast_operator-inl.h | 572 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/ |
| D | pt_returns.h | 413 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/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
|