Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp38 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
Djs_api_deque_iterator.cpp57 uint32_t first = deque->GetFirst(); in Next() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h36 GateRef first = GetFirst(obj); in GetSize() local
46 GateRef first = GetFirst(obj); in Get() local
Dbuiltins_string_stub_builder.cpp405 GateRef first; in StringIndexOf() local
/arkcompiler/runtime_core/assembler/
Dassembly-ins.cpp21 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
Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp62 uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position); in Next() local
Dbuiltins_sharedarraybuffer.cpp190 int32_t first = 0; in Slice() local
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h242 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()
Dbit_vector.h634 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()
Dbit_memory_region.h245 size_t Popcount(size_t first, size_t length) const in Popcount()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstaticAnonymousTypeNotReferencingTypeParameter.ts153 static first<T>(dit: typeof ListWrapper, array: T[]): T { method in ListWrapper
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h133 auto first = bbBeginStateInfos_.at(1); // 1: first block in GetEntryBBBeginStateInfo() local
Dgraph_editor.cpp135 GateRef first = acc_.GetValueIn(cur, 0); in EliminatePhi() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h80 …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()
Decma_string-inl.h308 EcmaString *first = EcmaString::Cast(treeSrc->GetFirst()); in WriteToFlat() local
Decma_string.h709 EcmaString *first = EcmaString::Cast(GetFirst()); in Get() local
715 EcmaString *first = EcmaString::Cast(TreeEcmaString::Cast(string)->GetFirst()); in Get() local
Decma_string.cpp243 auto first = static_cast<int32_t>(rhsSp[0]); in IndexOf() local
272 auto first = rhsSp[0]; in LastIndexOf() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp184 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()
Dregion.h415 auto first = freeObjectSets_.crend(); in REnumerateFreeObjectSets() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp320 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/
Dcontainers_deque.cpp250 uint32_t first = deque->GetFirst(); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp393 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp278 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp282 bool first = true; in DumpInputs() local

12