Home
last modified time | relevance | path

Searched defs:old (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DSdkUtils.ts157 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/
Dsatb_buffer.h102 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/
Dark_collector.h33 BaseObject* RouteObject(BaseObject* old, size_t size) in RouteObject()
39 BaseObject* GetForwardingPointer(BaseObject* old) in GetForwardingPointer()
/arkcompiler/ets_runtime/common_components/heap/collector/
Dregion_bitmap.h56 uint64_t old = markWords[headWordIdx].load(); in MarkBits() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp278 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()
Dlinker_context.h51 panda_file::LiteralArrayItem *old; member
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp48 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint… in Grow()
Dshared_object_factory.cpp416 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()
Dobject_factory.cpp513 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 …]
Djs_hclass.cpp1759 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/
Dnumber_speculative_retype.cpp25 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/
Dregion_space.cpp68 auto old = oldSpace_.GetAllocatedSize(); in DumpAllRegionSummary() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp191 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp429 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp99 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/
Dlinker_test.cpp81 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp936 [[maybe_unused]] uint32_t old = activeCoroutines_--; in DecrementActiveCoroutines() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local