/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_deque.cpp | 38 uint32_t first = deque->GetFirst(); in InsertFront() local 59 uint32_t first = deque->GetFirst(); in InsertEnd() local 100 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity() 117 uint32_t first = GetFirst(); in PopFirst() local 146 uint32_t first = GetFirst(); in IsEmpty() local 155 uint32_t first = GetFirst(); in GetSize() local 166 uint32_t first = GetFirst(); in Get() local 177 uint32_t first = GetFirst(); in Set() local 186 uint32_t first = GetFirst(); in Has() local
|
D | js_api_deque_iterator.cpp | 57 uint32_t first = deque->GetFirst(); in Next() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_deque_stub_builder.h | 36 GateRef first = GetFirst(obj); in GetSize() local 46 GateRef first = GetFirst(obj); in Get() local
|
D | builtins_string_stub_builder.cpp | 405 GateRef first; in StringIndexOf() local
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-ins.cpp | 21 std::string panda::pandasm::Ins::RegsToString(bool &first, bool print_args, size_t first_arg_idx) c… in RegsToString() 78 bool first = true; in OperandsToString() local
|
D | mangling.h | 69 bool first = true; in GetFunctionSignatureFromName() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string_iterator.cpp | 62 uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position); in Next() local
|
D | builtins_sharedarraybuffer.cpp | 190 int32_t first = 0; in Slice() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() 309 void Splice(ConstIterator position, List &other, ConstIterator first) in Splice() 318 void Splice(ConstIterator position, List &src_list, ConstIterator first, ConstIterator last) in Splice()
|
D | bit_vector.h | 634 inline void FillBitVector(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst… in FillBitVector() 653 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b… in fill()
|
D | bit_memory_region.h | 245 size_t Popcount(size_t first, size_t length) const in Popcount()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | staticAnonymousTypeNotReferencingTypeParameter.ts | 153 static first<T>(dit: typeof ListWrapper, array: T[]): T { method in ListWrapper
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | frame_states.h | 133 auto first = bbBeginStateInfos_.at(1); // 1: first block in GetEntryBBBeginStateInfo() local
|
D | graph_editor.cpp | 135 GateRef first = acc_.GetValueIn(cur, 0); in EliminatePhi() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_array-inl.h | 80 …Handle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &first, in Append() 98 …aggedArray> TaggedArray::AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, in AppendSkipHole()
|
D | ecma_string-inl.h | 308 EcmaString *first = EcmaString::Cast(treeSrc->GetFirst()); in WriteToFlat() local
|
D | ecma_string.h | 709 EcmaString *first = EcmaString::Cast(GetFirst()); in Get() local 715 EcmaString *first = EcmaString::Cast(TreeEcmaString::Cast(string)->GetFirst()); in Get() local
|
D | ecma_string.cpp | 243 auto first = static_cast<int32_t>(rhsSp[0]); in IndexOf() local 272 auto first = rhsSp[0]; in LastIndexOf() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | sparse_space.cpp | 184 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion() 451 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
|
D | region.h | 415 auto first = freeObjectSets_.crend(); in REnumerateFreeObjectSets() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 320 JSHandle<JSTaggedValue> first(thread->GetEcmaVM()->GetFactory()->NewFromASCII("1")); in HWTEST_F_L0() local 378 JSHandle<JSTaggedValue> first(thread->GetEcmaVM()->GetFactory()->NewFromASCII("1")); in HWTEST_F_L0() local 543 JSHandle<JSTaggedValue> first(thread->GetEcmaVM()->GetFactory()->NewFromASCII("1")); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_deque.cpp | 250 uint32_t first = deque->GetFirst(); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_hashset_test.cpp | 393 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
|
D | containers_plainarray_test.cpp | 278 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | dump.cpp | 282 bool first = true; in DumpInputs() local
|