/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_deque.cpp | 39 uint32_t last = deque->GetLast(); in InsertFront() local 60 uint32_t last = deque->GetLast(); in InsertEnd() local 94 uint32_t last = GetLast(); in GetTail() local 100 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity() 133 uint32_t last = GetLast(); in PopLast() local 147 uint32_t last = GetLast(); in IsEmpty() local 156 uint32_t last = GetLast(); in GetSize() local 187 uint32_t last = GetLast(); in Has() local
|
D | js_api_deque_iterator.cpp | 58 uint32_t last = deque->GetLast(); in Next() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
D | test_find_last.js | 33 let last = arr.findLast(fnTrue); variable
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() 252 ConstIterator last = position; in EraseAfter() local 261 Iterator EraseAfter(ConstIterator position, ConstIterator last) in EraseAfter() 318 void Splice(ConstIterator position, List &src_list, ConstIterator first, ConstIterator last) in Splice()
|
D | bit_vector.h | 634 …d FillBitVector(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b… in FillBitVector() 653 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b… in fill()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | list.h | 238 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() 248 ConstIterator last = position; in EraseAfter() local 255 Iterator EraseAfter(ConstIterator position, ConstIterator last) in EraseAfter() 306 void Splice(ConstIterator position, List &srcList, ConstIterator first, ConstIterator last) in Splice()
|
D | bit_vector.h | 670 … FillBitVector(panda::BitVectorIterator<IS_CONST> first, panda::BitVectorIterator<IS_CONST> last, … in FillBitVector() 690 inline void fill(panda::BitVectorIterator<IS_CONST> first, panda::BitVectorIterator<IS_CONST> last,… in fill()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | builtin_type_id.h | 128 size_t last = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_LAST); in IsTypedArrayType() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass-inl.h | 46 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddTransitions() local 79 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddProtoTransitions() local 103 int last = static_cast<int>(cachedHClass->NumberOfProps()) - 1; in FindTransitions() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_deque_stub_builder.h | 37 GateRef last = GetLast(obj); in GetSize() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | condition_chain.h | 105 auto last = begin_ + size_; in Contains() local
|
D | scheduler.cpp | 268 Inst *last = nullptr; in ScheduleBasicBlock() local 339 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | linear_space.cpp | 216 Region *last = GetCurrentRegion(); in SetWaterLine() local 235 Region *last = GetCurrentRegion(); in SetWaterLineWithoutGC() local
|
D | mark_stack.h | 129 Area *last = areaList_.PopBack(); in PopBack() local
|
D | space.cpp | 152 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | regSpiller.cpp | 102 const auto last = spills_.back().Reversed(); in Restore() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | ptr_list_ref.h | 234 PtrListRef(pointer first, pointer last) : first(first), last(last == nullptr ? first : last) {} in PtrListRef() 512 T *last = nullptr; variable
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
D | irtoc_runtime.h | 72 auto last = exit->GetLastInst(); in GetMethodReturnType() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | card_table_test.cpp | 228 uintptr_t last = GetMinAddress() + GetPoolSize() - 1; in TEST_F() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
D | gc_barrier_set.cpp | 153 void GCG1BarrierSet::Invalidate(uintptr_t begin, uintptr_t last) in Invalidate()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_sharedarraybuffer.cpp | 191 int32_t last = 0; in Slice() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.h | 613 auto last = reinterpret_cast<HClassLayoutDescInner *>(root); in Merge() local 637 auto last = reinterpret_cast<const HClassLayoutDescInner *>(root); in Convert() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
D | promiseVoid.cpp | 145 const auto &last = params.back(); in Perform() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_deque.cpp | 251 uint32_t last = deque->GetLast(); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_ra_opt.cpp | 358 Insn *last = pred->GetLastInsn(); in RenameProfitableVreg() local
|