/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
D | assertStatement.h | 30 explicit AssertStatement(Expression *test, Expression *second) in AssertStatement()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | on_heap.h | 35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
|
D | tagged_array-inl.h | 83 const JSHandle<TaggedArray> &second) in Append() 101 … const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
|
D | js_date.cpp | 692 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
|
D | js_relative_time_format.cpp | 189 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local 304 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
|
D | date_parse.cpp | 115 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
|
D | ecma_string-inl.h | 365 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | memory_coalescing.h | 30 Inst *second; member
|
D | memory_coalescing.cpp | 422 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/ |
D | formatrangetoparts.js | 33 hour: "numeric", minute: "numeric", second: "numeric" property
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string_iterator.cpp | 83 … uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in NextInternal() local
|
D | builtins_global.cpp | 421 uint16_t second = EcmaStringAccessor(string).Get(position + 1); in StringToCodePoints() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | muid.h | 50 uint64_t second; member
|
/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
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | llvm_ark_interface.cpp | 244 auto second = bbName.rfind(nameDelimiter); in GetUniqueBasicBlockName() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | sparse_space.cpp | 189 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/ |
D | builtins_regexp_test.cpp | 325 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/ |
D | utf_helper.cpp | 72 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
|
D | containers_plainarray_test.cpp | 279 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
D | containers_lightweightset_test.cpp | 450 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); // 1 means the value in HWTEST_F_L0() local
|
D | containers_lightweightmap_test.cpp | 477 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_date_time_format_second_test.cpp | 376 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | share_gate_meta_data.h | 530 explicit UInt32PairAccessor(uint32_t first, uint32_t second) in UInt32PairAccessor()
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
D | interop_intrinsic_optimization.cpp | 300 void InteropIntrinsicOptimization::MergeComponents(int32_t first, int32_t second) in MergeComponents()
|