Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp39 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
Djs_api_deque_iterator.cpp58 uint32_t last = deque->GetLast(); in Next() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h45 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddTransitions() local
77 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddProtoTransitions() local
101 int last = static_cast<int>(cachedHClass->NumberOfProps()) - 1; in FindTransitions() local
Dtagged_hash_table.h314 inline static uint32_t GetNextPosition(uint32_t last, uint32_t number, uint32_t size) in GetNextPosition()
Djs_date_time_format.cpp1219 char16_t last = u'\0'; in ChangeHourCyclePattern() local
Djs_bigint.cpp854 uint32_t last = size - digitMove - 1; in RightShift() local
Dobject_factory.cpp3645 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
/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/compiler/builtins/
Dcontainers_deque_stub_builder.h37 GateRef last = GetLast(obj); in GetSize() local
Dcontainers_stub_builder.cpp318 GateRef last = dequeBuilder.GetLast(*thisObj); in DequeCommonFuncCall() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h129 Area *last = areaList_.PopBack(); in PopBack() local
Dspace.cpp139 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
Dlinear_space.cpp207 Region *last = GetCurrentRegion(); in SetWaterLine() local
Dregion.h414 auto last = freeObjectSets_.crbegin(); in REnumerateFreeObjectSets() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstaticAnonymousTypeNotReferencingTypeParameter.ts165 static last<T>(dit: typeof ListWrapper, array: T[]): T { method in ListWrapper
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp191 int32_t last = 0; in Slice() local
Dbuiltins_arraybuffer.cpp145 int32_t last = 0; in Slice() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp251 uint32_t last = deque->GetLast(); in ForEach() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp209 auto last = pred->GetLastInst(); in ProcessBB() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp237 auto last = pred->GetLastInst(); in RemovePredecessors() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp423 …auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes() local
Dinterpreter_stub.cpp2063 Label last(env); in DECLARE_ASM_HANDLER() local
2104 Label last(env); in DECLARE_ASM_HANDLER() local
2145 Label last(env); in DECLARE_ASM_HANDLER() local
2186 Label last(env); in DECLARE_ASM_HANDLER() local
2227 Label last(env); in DECLARE_ASM_HANDLER() local
2268 Label last(env); in DECLARE_ASM_HANDLER() local
Dstub_builder-inl.h678 inline GateRef StubBuilder::GetNextPositionForHash(GateRef last, GateRef count, GateRef size) in GetNextPositionForHash()
Dstub_builder.cpp2639 GateRef last = Int32Sub(propNums, Int32(1)); in FindTransitions() local