| /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 | 53 uint32_t last = deque->GetLast(); in Next() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/ |
| D | sequenceExpressionHasLastType.cpp | 33 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_frontend/ets2panda/util/ |
| D | diagnosticEngine.cpp | 90 …auto last = std::unique(log.begin(), log.end(), [](const auto &lhs, const auto &rhs) { return *lhs… in PrintAndFlushErrorDiagnostic() local 102 auto last = in FlushDiagnostic() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | list.h | 236 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() 246 ConstIterator last = position; in EraseAfter() local 253 Iterator EraseAfter(ConstIterator position, ConstIterator last) in EraseAfter() 304 void Splice(ConstIterator position, List &srcList, ConstIterator first, ConstIterator last) in Splice()
|
| D | bit_vector.h | 681 …oid FillBitVector(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, b… in FillBitVector() 701 inline void fill(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, boo… in fill()
|
| /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/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/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 47 uint32_t last = cachedHClass->LastPropIndex(); in AddTransitions() local 86 uint32_t last = cachedHClass->LastPropIndex(); in AddProtoTransitions() local 117 int last = static_cast<int>(cachedHClass->LastPropIndex()); in FindTransitions() local 180 int last = static_cast<int>(hclass->LastPropIndex()); in CheckHClassForRep() 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/mem/ |
| D | mark_stack.h | 131 Area *last = areaList_.PopBack(); in PopBack() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_deque_stub_builder.h | 42 GateRef last = GetLast(obj); in BUILTINS_WITH_CONTAINERS_DEQUE_STUB_BUILDER() local
|
| D | containers_deque_stub_builder.cpp | 99 GateRef last = GetLast(*thisObj); in ForEach() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/ |
| D | Position.ts | 106 private readonly last: LineCol; property in FullPosition
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 102 const auto last = spills_.back().Reversed(); in Restore() local
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 250 let last = map.entries(); // points to (3, null) variable
|
| /arkcompiler/toolchain/tooling/static/evaluation/ |
| D | base64.h | 38 auto last = input.end() - 1; in DecodedSize() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | base64.h | 38 auto last = input.end() - 1; in DecodedSize() 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/ets_runtime/ecmascript/extractortool/src/ |
| D | source_map.cpp | 354 auto last = packageInfo.rfind('|'); in GetPackageName() local 364 auto last = entryPackageInfo.rfind('|'); in GetPackageName() local
|
| /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
|