Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 40) 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
/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/runtime_core/runtime/tests/
Drem_set_test.cpp114 auto first = test_list.front(); in TEST_F() local
146 auto first = test_list.front(); in TEST_F() local
184 auto first = test_list.front(); in TEST_F() 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/verification/type/
Dtype_set.h109 bool first = true; in Image() local
/arkcompiler/runtime_core/runtime/include/
Dhistogram-inl.h74 bool first = true; in GetTopDump() 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/ecmascript/
Dtagged_array-inl.h79 …Handle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &first, in Append()
97 …aggedArray> TaggedArray::AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, in AppendSkipHole()
Decma_string.cpp151 auto first = static_cast<int32_t>(rhsSp[0]); in IndexOf() local
181 auto first = rhsSp[0]; in LastIndexOf() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp232 Inst *first = nullptr; in ScheduleBasicBlock() local
311 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp184 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
396 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
Dregion.h416 auto first = freeObjectSets_.crend(); in REnumerateFreeObjectSets() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp54 int8_t first = -1; in PushPopVRegs() local
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp168 bool first = true; in ComputeRegContext() 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.cpp249 uint32_t first = deque->GetFirst(); in ForEach() local
/arkcompiler/runtime_core/verification/util/
Dint_set.h601 bool first = true; variable
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h509 uint32_t first = variable
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp393 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local

12