| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_deque.cpp | 33 uint32_t last = deque->GetLast(); in InsertFront() local 54 uint32_t last = deque->GetLast(); in InsertEnd() local 88 uint32_t last = GetLast(); in GetTail() local 94 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity() 127 uint32_t last = GetLast(); in PopLast() local 141 uint32_t last = GetLast(); in IsEmpty() local 150 uint32_t last = GetLast(); in GetSize() local 184 uint32_t last = GetLast(); in Has() local
|
| D | js_api_deque_iterator.cpp | 52 uint32_t last = deque->GetLast(); in Next() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | sequenceExpressionHasLastType.cpp | 27 const auto *last = expr->Sequence().back(); in operator ()() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
| D | test_find_last.js | 39 let last = arr.findLast(fnTrue); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 60 uint32_t last = cachedHClass->LastPropIndex(); in AddTransitions() local 98 uint32_t last = cachedHClass->LastPropIndex(); in AddProtoTransitions() local 128 int last = static_cast<int>(cachedHClass->LastPropIndex()); in FindTransitions() local 190 int last = static_cast<int>(hclass->LastPropIndex()); in CheckHClassForRep() local
|
| /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 …oid FillBitVector(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, b… in FillBitVector() 690 inline void fill(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, boo… in fill()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | builtin_type_id.h | 130 size_t last = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_LAST); in IsTypedArrayType() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | condition_chain.h | 105 auto last = begin_ + size_; in Contains() local
|
| D | scheduler.cpp | 292 Inst *last = nullptr; in ScheduleBasicBlock() local 363 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_deque_stub_builder.h | 37 GateRef last = GetLast(obj); in GetSize() local
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 240 let last = map.entries(); // points to (3, null) variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_stack.h | 127 Area *last = areaList_.PopBack(); in PopBack() local
|
| D | space.cpp | 262 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/runtime_core/static_core/irtoc/backend/ |
| D | irtoc_runtime.h | 72 auto last = exit->GetLastInst(); in GetMethodReturnType() 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/runtime/mem/gc/ |
| D | gc_barrier_set.cpp | 175 void GCG1BarrierSet::Invalidate(CardTable::CardPtr begin, CardTable::CardPtr last) in Invalidate()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 183 int32_t last = 0; in Slice() local
|
| D | builtins_sendable_arraybuffer.cpp | 144 int32_t last = 0; in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 612 auto last = reinterpret_cast<HClassLayoutDescInner *>(root); in Merge() local 636 auto last = reinterpret_cast<const HClassLayoutDescInner *>(root); in Convert() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | promiseVoid.cpp | 152 const auto &last = params.back(); in Perform() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | trycatchblockslower.cpp | 18 BBT *TryCatchBlocksLower::CreateNewBB(StmtNode *first, StmtNode *last) in CreateNewBB()
|