Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/
Denumerate_napi.h22 #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/
DMainMenuGroup.js100 get second() { getter in MainMenuGroup
103 set second(value) { setter in MainMenuGroup
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DassertStatement.h30 explicit AssertStatement([[maybe_unused]] Expression *test, [[maybe_unused]] Expression *second) in AssertStatement()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h30 Inst *second; member
Dmemory_coalescing.cpp435 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()
Dlse.cpp463 bool CheckRefMustAlias(Inst *first, Inst *second) in CheckRefMustAlias()
478 bool CheckInstMustAlias(Inst *first, Inst *second) in CheckInstMustAlias()
/arkcompiler/ets_runtime/test/moduletest/dataview/
Ddataview.js37 const second = new DataView(buf, 8); constant
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h45 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
Ddependent_infos.cpp31 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(collection)); in AppendDependentInfos() local
Dtagged_array.cpp58 const JSHandle<TaggedArray> &second) in Append()
76const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
Ddate_parse.cpp117 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
Djs_relative_time_format.cpp186 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/
Dbuiltins_string_iterator.cpp85 …uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(thread, position +… in NextInternal() local
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js232 …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/
DApApplication.js179 second: false, property
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp207 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/
Dutils.cpp233 uint32_t second = header[1]; in RealPath() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp98 auto second = isUtf16 ? utf16Span[startIndex + 1] : mutf8Span[startIndex + 1]; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp271 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/
Dsparse_space.cpp201 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/
Djs_date_time_format_second_test.cpp221 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in CheckOther() local
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp65 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp394 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp251 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/
Dbase_string-inl2.h275 BaseString *second = BaseString::Cast( in WriteToFlat() local

12