/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
|
/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/runtime_core/runtime/tests/ |
D | rem_set_test.cpp | 114 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/ |
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/verification/type/ |
D | type_set.h | 109 bool first = true; in Image() local
|
/arkcompiler/runtime_core/runtime/include/ |
D | histogram-inl.h | 74 bool first = true; in GetTopDump() 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/ecmascript/ |
D | tagged_array-inl.h | 79 …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()
|
D | ecma_string.cpp | 151 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/ |
D | scheduler.cpp | 232 Inst *first = nullptr; in ScheduleBasicBlock() local 311 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | sparse_space.cpp | 184 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()
|
D | region.h | 416 auto first = freeObjectSets_.crend(); in REnumerateFreeObjectSets() local
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
D | callconv.cpp | 54 int8_t first = -1; in PushPopVRegs() local
|
/arkcompiler/runtime_core/verification/absint/ |
D | absint.cpp | 168 bool first = true; in ComputeRegContext() 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 | 249 uint32_t first = deque->GetFirst(); in ForEach() local
|
/arkcompiler/runtime_core/verification/util/ |
D | int_set.h | 601 bool first = true; variable
|
/arkcompiler/runtime_core/compiler/code_info/ |
D | code_info.h | 509 uint32_t first = variable
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_hashset_test.cpp | 393 JSHandle<JSTaggedValue> first(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
|