Home
last modified time | relevance | path

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

12

/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.h291 inline static uint32_t GetNextPosition(uint32_t last, uint32_t number, uint32_t size) in GetNextPosition()
Djs_date_time_format.cpp1196 char16_t last = u'\0'; in ChangeHourCyclePattern() local
Djs_bigint.cpp827 uint32_t last = size - digitMove - 1; in RightShift() local
/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.cpp121 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
Dlinear_space.cpp176 Region *last = GetCurrentRegion(); in SetWaterLine() local
Dregion.h415 auto last = freeObjectSets_.crbegin(); in REnumerateFreeObjectSets() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp241 Inst *last = nullptr; in ScheduleBasicBlock() local
311 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
Dcleanup.cpp211 auto last = pred->GetLastInst(); in ProcessBB() local
/arkcompiler/runtime_core/runtime/tests/
Dcard_table_test.cpp218 uintptr_t last = GetMinAddress() + GetPoolSize() - 1; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp191 int32_t last = 0; in Slice() local
Dbuiltins_arraybuffer.cpp140 int32_t last = 0; in Slice() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp250 uint32_t last = deque->GetLast(); in ForEach() local
/arkcompiler/runtime_core/runtime/
Dmonitor.cpp59 T *last = head_; in Splice() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp269 auto last = pred->GetLastInst(); in RemovePredecessors() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp227 …auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes() local
Dinterpreter_stub.cpp2043 Label last(env); in DECLARE_ASM_HANDLER() local
2084 Label last(env); in DECLARE_ASM_HANDLER() local
2125 Label last(env); in DECLARE_ASM_HANDLER() local
2166 Label last(env); in DECLARE_ASM_HANDLER() local
2207 Label last(env); in DECLARE_ASM_HANDLER() local
2248 Label last(env); in DECLARE_ASM_HANDLER() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1411 auto last = ScopedTmpReg(this, val.GetType()); in EncodeUnsafeGetAndSet() local
1440 ScopedTmpReg last(this, val.GetType()); in EncodeUnsafeGetAndAdd() local

12