| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/ |
| D | enumerate_napi.h | 22 #define EVERY_SECOND2(first, second) , second argument 23 #define EVERY_SECOND3(first, second, ...) , second EVERY_SECOND2(__VA_ARGS__) argument 24 #define EVERY_SECOND4(first, second, ...) , second EVERY_SECOND3(__VA_ARGS__) argument 25 #define EVERY_SECOND5(first, second, ...) , second EVERY_SECOND4(__VA_ARGS__) argument 26 #define EVERY_SECOND6(first, second, ...) , second EVERY_SECOND5(__VA_ARGS__) argument 27 #define EVERY_SECOND7(first, second, ...) , second EVERY_SECOND6(__VA_ARGS__) argument 28 #define EVERY_SECOND8(first, second, ...) , second EVERY_SECOND7(__VA_ARGS__) argument 29 #define EVERY_SECOND9(first, second, ...) , second EVERY_SECOND8(__VA_ARGS__) argument 31 #define PARAMS_PAIR2(first, second) , first second argument 32 #define PARAMS_PAIR3(first, second, ...) , first second PARAMS_PAIR2(__VA_ARGS__) argument [all …]
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/ |
| D | MainMenuGroup.js | 100 get second() { getter in MainMenuGroup 103 set second(value) { setter in MainMenuGroup
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | assertStatement.h | 30 explicit AssertStatement([[maybe_unused]] Expression *test, [[maybe_unused]] Expression *second) in AssertStatement()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.h | 30 Inst *second; member
|
| D | memory_coalescing.cpp | 435 Inst *second = nullptr; in TryAddCoalescedPair() local 649 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair() 693 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray() 710 Inst *ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadObject() 735 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI() 752 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray() 772 Inst *ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreObject() 799 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
|
| D | lse.cpp | 463 bool CheckRefMustAlias(Inst *first, Inst *second) in CheckRefMustAlias() 478 bool CheckInstMustAlias(Inst *first, Inst *second) in CheckInstMustAlias()
|
| /arkcompiler/ets_runtime/test/moduletest/dataview/ |
| D | dataview.js | 37 const second = new DataView(buf, 8); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | on_heap.h | 45 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
|
| D | dependent_infos.cpp | 31 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(collection)); in AppendDependentInfos() local
|
| D | tagged_array.cpp | 58 const JSHandle<TaggedArray> &second) in Append() 76 … const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
|
| D | date_parse.cpp | 117 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
|
| D | js_relative_time_format.cpp | 186 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local 301 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 85 …uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(thread, position +… in NextInternal() local
|
| /arkcompiler/ets_runtime/test/moduletest/regress/ |
| D | regress.js | 232 …const datesList = [{ year: '2021', month: '10', day: '22', hour: '10', minute: '12', second: '32' … property 233 { year: '2021', month: '8', day: '3', hour: '9', minute: '9', second: '6' }]; property 234 const { year, month, day, hour, minute, second } = datesList[0]; constant
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/ |
| D | ApApplication.js | 179 second: false, property
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | multithreaded_intern_string_table_test.cpp | 207 uint8_t second = utf::UTF8_2B_SECOND | static_cast<uint8_t>(dist(engine) >> 1U); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 233 uint32_t second = header[1]; in RealPath() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 98 auto second = isUtf16 ? utf16Span[startIndex + 1] : mutf8Span[startIndex + 1]; in StdCoreDoubleParseInt() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.cpp | 271 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion() 448 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSets()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | sparse_space.cpp | 201 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion() 509 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_time_format_second_test.cpp | 221 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in CheckOther() local
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 65 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_hashset_test.cpp | 394 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 251 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in ExecCommon() local 484 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 275 BaseString *second = BaseString::Cast( in WriteToFlat() local
|