| /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() 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()
|
| 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 | 355 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()
|
| D | object_factory.cpp | 490 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 …]
|
| D | js_hclass.cpp | 1679 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/ |
| 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/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 | 420 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/ |
| D | linker_test.cpp | 69 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() 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/libpandafile/tests/ |
| D | file_item_container_test.cpp | 104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable
|