| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | weak_vector.cpp | 48 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint32_t newCapacity) in Grow() argument
|
| H A D | shared_object_factory.cpp | 322 JSHandle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray() argument 350 JSHandle<TaggedArray> ObjectFactory::ExtendSArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendSArray() argument 436 CopyAndReSortSLayoutInfo(const JSHandle<LayoutInfo> &old, int end, int capacity) CopyAndReSortSLayoutInfo() argument [all...] |
| H A D | object_factory.cpp | 491 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties() argument 594 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties() argument 2919 ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, JSTaggedValue initVal, MemSpaceType type, [[maybe_unused]] ElementsKind kind) ExtendArray() argument 2961 CopyPartArray(const JSHandle<TaggedArray> &old, uint32_t start, uint32_t end) CopyPartArray() argument 2989 CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, JSTaggedValue initVal, MemSpaceType type, ElementsKind kind) CopyArray() argument 3033 CopyFromEnumCache(const JSHandle<TaggedArray> &old) CopyFromEnumCache() argument 3062 ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int properties) ExtendLayoutInfo() argument 3080 CopyLayoutInfo(const JSHandle<LayoutInfo> &old) CopyLayoutInfo() argument 3086 CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int capacity) CopyAndReSort() argument 4396 CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) CopyDeque() argument 4434 CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength, uint32_t front, uint32_t tail) CopyQueue() argument [all...] |
| /arkcompiler/runtime_core/static_core/static_linker/tests/ |
| H A D | linker_test.cpp | 69 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_context.h | 51 panda_file::LiteralArrayItem *old; member
|
| H A D | linker_context.cpp | 321 bool Context::IsSameType(ark::panda_file::TypeItem *nevv, ark::panda_file::TypeItem *old) in IsSameType() argument 680 auto old in ArrayValueFromOld() local 789 ClassFromOld(panda_file::BaseClassItem *old) ClassFromOld() argument 801 TypeFromOld(panda_file::TypeItem *old) TypeFromOld() argument [all...] |
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 191 PDWORD old = nullptr; in MakeMemWithProtFlag() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit.cpp | 589 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); in HWTEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| H A D | constantfold.cpp | 109 BinaryNode *ConstantFold::NewBinaryNode(BinaryNode *old, Opcode op, PrimType primType, BaseNode *lhs, in NewBinaryNode() argument 122 UnaryNode *ConstantFold::NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr) const in NewUnaryNode() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_speculative_retype.cpp | 33 TypeInfo old = type; in SetOutputType() local 50 TypeInfo old = type; in SetOutputType() local 71 TypeInfo old = type; in SetOutputType() local 85 TypeInfo old = GetOutputTypeInfo(gate); in SetOutputType() local
|