Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DassertStatement.h30 explicit AssertStatement(Expression *test, Expression *second) in AssertStatement()
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
Dtagged_array-inl.h83 const JSHandle<TaggedArray> &second) in Append()
101const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
Djs_date.cpp692 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToDateString() local
716 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToISOString() local
753 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToString() local
779 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToTimeString() local
803 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToUTCString() local
Djs_relative_time_format.cpp189 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local
304 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
Ddate_parse.cpp115 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
Decma_string-inl.h365 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h30 Inst *second; member
Dmemory_coalescing.cpp422 Inst *second = nullptr; in TryAddCoalescedPair() local
575 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair()
612 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray()
629 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI()
646 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray()
664 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js33 hour: "numeric", minute: "numeric", second: "numeric" property
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp83 … uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in NextInternal() local
Dbuiltins_global.cpp421 uint16_t second = EcmaStringAccessor(string).Get(position + 1); in StringToCodePoints() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmuid.h50 uint64_t second; member
/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
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp244 auto second = bbName.rfind(nameDelimiter); in GetUniqueBasicBlockName() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp189 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
456 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp325 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
383 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
548 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp72 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
Dcontainers_plainarray_test.cpp279 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp450 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); // 1 means the value in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp477 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp376 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h530 explicit UInt32PairAccessor(uint32_t first, uint32_t second) in UInt32PairAccessor()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp300 void InteropIntrinsicOptimization::MergeComponents(int32_t first, int32_t second) in MergeComponents()

12