Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp33 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
Djs_api_deque_iterator.cpp53 uint32_t last = deque->GetLast(); in Next() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DsequenceExpressionHasLastType.cpp33 const auto *last = expr->Sequence().back(); in operator ()() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_find_last.js39 let last = arr.findLast(fnTrue); variable
/arkcompiler/ets_frontend/ets2panda/util/
DdiagnosticEngine.cpp90 …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/
Dlist.h236 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()
Dbit_vector.h681 …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/
Dlist.h242 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()
Dbit_vector.h634 …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/
Dbuiltin_type_id.h130 size_t last = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_LAST); in IsTypedArrayType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h47 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/
Dcondition_chain.h105 auto last = begin_ + size_; in Contains() local
Dscheduler.cpp292 Inst *last = nullptr; in ScheduleBasicBlock() local
363 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h131 Area *last = areaList_.PopBack(); in PopBack() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h42 GateRef last = GetLast(obj); in BUILTINS_WITH_CONTAINERS_DEQUE_STUB_BUILDER() local
Dcontainers_deque_stub_builder.cpp99 GateRef last = GetLast(*thisObj); in ForEach() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DPosition.ts106 private readonly last: LineCol; property in FullPosition
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp102 const auto last = spills_.back().Reversed(); in Restore() local
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js250 let last = map.entries(); // points to (3, null) variable
/arkcompiler/toolchain/tooling/static/evaluation/
Dbase64.h38 auto last = input.end() - 1; in DecodedSize() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dbase64.h38 auto last = input.end() - 1; in DecodedSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h234 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/
Dsource_map.cpp354 auto last = packageInfo.rfind('|'); in GetPackageName() local
364 auto last = entryPackageInfo.rfind('|'); in GetPackageName() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_barrier_set.cpp175 void GCG1BarrierSet::Invalidate(CardTable::CardPtr begin, CardTable::CardPtr last) in Invalidate()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp183 int32_t last = 0; in Slice() local

123