| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_deque.cpp | 39 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
|
| D | js_api_deque_iterator.cpp | 58 uint32_t last = deque->GetLast(); in Next() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 45 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
|
| D | tagged_hash_table.h | 291 inline static uint32_t GetNextPosition(uint32_t last, uint32_t number, uint32_t size) in GetNextPosition()
|
| D | js_date_time_format.cpp | 1196 char16_t last = u'\0'; in ChangeHourCyclePattern() local
|
| D | js_bigint.cpp | 827 uint32_t last = size - digitMove - 1; in RightShift() 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/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_deque_stub_builder.h | 37 GateRef last = GetLast(obj); in GetSize() local
|
| D | containers_stub_builder.cpp | 318 GateRef last = dequeBuilder.GetLast(*thisObj); in DequeCommonFuncCall() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_stack.h | 129 Area *last = areaList_.PopBack(); in PopBack() local
|
| D | space.cpp | 121 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
|
| D | linear_space.cpp | 176 Region *last = GetCurrentRegion(); in SetWaterLine() local
|
| D | region.h | 415 auto last = freeObjectSets_.crbegin(); in REnumerateFreeObjectSets() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 241 Inst *last = nullptr; in ScheduleBasicBlock() local 311 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers()
|
| D | cleanup.cpp | 211 auto last = pred->GetLastInst(); in ProcessBB() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | card_table_test.cpp | 218 uintptr_t last = GetMinAddress() + GetPoolSize() - 1; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 191 int32_t last = 0; in Slice() local
|
| D | builtins_arraybuffer.cpp | 140 int32_t last = 0; in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_deque.cpp | 250 uint32_t last = deque->GetLast(); in ForEach() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | monitor.cpp | 59 T *last = head_; in Splice() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 269 auto last = pred->GetLastInst(); in RemovePredecessors() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 227 …auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes() local
|
| D | interpreter_stub.cpp | 2043 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/ |
| D | encode.cpp | 1411 auto last = ScopedTmpReg(this, val.GetType()); in EncodeUnsafeGetAndSet() local 1440 ScopedTmpReg last(this, val.GetType()); in EncodeUnsafeGetAndAdd() local
|