/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 | 314 inline static uint32_t GetNextPosition(uint32_t last, uint32_t number, uint32_t size) in GetNextPosition()
|
D | js_date_time_format.cpp | 1219 char16_t last = u'\0'; in ChangeHourCyclePattern() local
|
D | js_bigint.cpp | 854 uint32_t last = size - digitMove - 1; in RightShift() local
|
D | object_factory.cpp | 3645 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
|
/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 | 139 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
|
D | linear_space.cpp | 207 Region *last = GetCurrentRegion(); in SetWaterLine() local
|
D | region.h | 414 auto last = freeObjectSets_.crbegin(); in REnumerateFreeObjectSets() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | staticAnonymousTypeNotReferencingTypeParameter.ts | 165 static last<T>(dit: typeof ListWrapper, array: T[]): T { method in ListWrapper
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_sharedarraybuffer.cpp | 191 int32_t last = 0; in Slice() local
|
D | builtins_arraybuffer.cpp | 145 int32_t last = 0; in Slice() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_deque.cpp | 251 uint32_t last = deque->GetLast(); in ForEach() local
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | cleanup.cpp | 209 auto last = pred->GetLastInst(); in ProcessBB() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph.cpp | 237 auto last = pred->GetLastInst(); in RemovePredecessors() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecodes.cpp | 423 …auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes() local
|
D | interpreter_stub.cpp | 2063 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
|
D | stub_builder-inl.h | 678 inline GateRef StubBuilder::GetNextPositionForHash(GateRef last, GateRef count, GateRef size) in GetNextPositionForHash()
|
D | stub_builder.cpp | 2639 GateRef last = Int32Sub(propNums, Int32(1)); in FindTransitions() local
|