Home
last modified time | relevance | path

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

/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()
680 auto old = oi->GetAsArray(); in ArrayValueFromOld() local
789 panda_file::BaseClassItem *Context::ClassFromOld(panda_file::BaseClassItem *old) in ClassFromOld()
801 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.cpp355 JSHandle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLengt… in CopySArray()
383 JSHandle<TaggedArray> ObjectFactory::ExtendSArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendSArray()
469 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSortSLayoutInfo(const JSHandle<LayoutInfo> &old, int e… in CopyAndReSortSLayoutInfo()
Dobject_factory.cpp490 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties()
593 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties()
3127 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray()
3169 JSHandle<TaggedArray> ObjectFactory::CopyPartArray(const JSHandle<TaggedArray> &old, uint32_t start, in CopyPartArray()
3197 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray()
3241 JSHandle<TaggedArray> ObjectFactory::CopyFromEnumCache(const JSHandle<TaggedArray> &old) in CopyFromEnumCache()
3270 JSHandle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int propertie… in ExtendLayoutInfo()
3288 JSHandle<LayoutInfo> ObjectFactory::CopyLayoutInfo(const JSHandle<LayoutInfo> &old) in CopyLayoutInfo()
3296 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort()
4610 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque()
[all …]
Djs_hclass.cpp1679 JSHandle<LayoutInfo> old(thread, parentHClass->GetLayout()); in CreateSInlinedLayout() local
1736 JSHandle<NameDictionary> old(thread, parentHClass->GetLayout()); in CreateSDictLayout() local
1745 JSHandle<LayoutInfo> old(thread, parentHClass->GetLayout()); 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/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.cpp420 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp69 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() 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/libpandafile/tests/
Dfile_item_container_test.cpp104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable