| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | SdkUtils.ts | 157 const old = globalMap.get(api.getName()); constant 189 const old = globalMap.get(cls.getName()); constant 218 const old = globalMap.get(name); constant
|
| /arkcompiler/ets_runtime/common_components/mutator/ |
| D | satb_buffer.h | 102 T* old = head_.load(std::memory_order_relaxed); in Push() local 110 T* old = head_.load(std::memory_order_relaxed); in Pop() local 123 T* old = head_.load(std::memory_order_relaxed); in PopAll() local 160 T* old = head_; in Pop() local 169 T* old = head_; in PopAll() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.h | 33 BaseObject* RouteObject(BaseObject* old, size_t size) in RouteObject() 39 BaseObject* GetForwardingPointer(BaseObject* old) in GetForwardingPointer()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | region_bitmap.h | 56 uint64_t old = markWords[headWordIdx].load(); in MarkBits() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 278 if (auto old = knownItems_.find(oldProgram); old != knownItems_.end()) { in UpdateDebugInfo() local 321 bool Context::IsSameType(ark::panda_file::TypeItem *nevv, ark::panda_file::TypeItem *old) in IsSameType() 687 auto old = oi->GetAsArray(); in ArrayValueFromOld() local 917 panda_file::BaseClassItem *Context::ClassFromOld(panda_file::BaseClassItem *old) in ClassFromOld() 929 panda_file::TypeItem *Context::TypeFromOld(panda_file::TypeItem *old) in TypeFromOld()
|
| D | linker_context.h | 51 panda_file::LiteralArrayItem *old; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.cpp | 48 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint… in Grow()
|
| D | shared_object_factory.cpp | 416 JSHandle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLengt… in CopySArray() 450 JSHandle<TaggedArray> ObjectFactory::ExtendSArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendSArray() 547 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSortSLayoutInfo(const JSHandle<LayoutInfo> &old, int e… in CopyAndReSortSLayoutInfo()
|
| D | object_factory.cpp | 513 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties() 618 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties() 3194 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray() 3236 JSHandle<TaggedArray> ObjectFactory::CopyPartArray(const JSHandle<TaggedArray> &old, uint32_t start, in CopyPartArray() 3264 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() 3308 JSHandle<TaggedArray> ObjectFactory::CopyFromKeyArray(const JSHandle<TaggedArray> &old) in CopyFromKeyArray() 3336 JSHandle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int propertie… in ExtendLayoutInfo() 3361 JSHandle<LayoutInfo> ObjectFactory::CopyLayoutInfo(const JSHandle<LayoutInfo> &old) in CopyLayoutInfo() 3369 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort() 4727 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque() [all …]
|
| D | js_hclass.cpp | 1759 JSHandle<LayoutInfo> old(thread, parentHClass->GetLayout(thread)); in CreateSInlinedLayout() local 1816 JSHandle<NameDictionary> old(thread, parentHClass->GetLayout(thread)); in CreateSDictLayout() local 1825 JSHandle<LayoutInfo> old(thread, parentHClass->GetLayout(thread)); in CreateSDictLayout() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 25 TypeInfo old = type; in SetOutputType() local 42 TypeInfo old = type; in SetOutputType() local 63 TypeInfo old = type; in SetOutputType() local 77 TypeInfo old = GetOutputTypeInfo(gate); in SetOutputType() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.cpp | 68 auto old = oldSpace_.GetAllocatedSize(); in DumpAllRegionSummary() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 191 PDWORD old = nullptr; in MakeMemWithProtFlag() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit.cpp | 429 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 99 BinaryNode *ConstantFold::NewBinaryNode(BinaryNode *old, Opcode op, PrimType primType, BaseNode *lh… in NewBinaryNode() 112 UnaryNode *ConstantFold::NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr)… in NewUnaryNode()
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/ |
| D | linker_test.cpp | 81 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_manager.cpp | 936 [[maybe_unused]] uint32_t old = activeCoroutines_--; in DecrementActiveCoroutines() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
|