Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts74 let old = this.nodeMap.get(nodeName); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp27 TypeInfo old = type; in SetOutputType() local
44 TypeInfo old = type; in SetOutputType() local
57 TypeInfo old = type; in SetOutputType() local
71 TypeInfo old = GetOutputTypeInfo(gate); in SetOutputType() local
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp42 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint… in Grow()
Dsubtyping_operator.cpp191 JSHandle<WeakVector> old; in AddSuper() local
Dobject_factory.cpp411 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties()
512 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties()
2339 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray()
2364 JSHandle<TaggedArray> ObjectFactory::CopyPartArray(const JSHandle<TaggedArray> &old, uint32_t start, in CopyPartArray()
2392 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray()
2435 JSHandle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int propertie… in ExtendLayoutInfo()
2453 JSHandle<LayoutInfo> ObjectFactory::CopyLayoutInfo(const JSHandle<LayoutInfo> &old) in CopyLayoutInfo()
2459 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort()
3644 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque()
3682 JSHandle<TaggedArray> ObjectFactory::CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyQueue()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp110 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable