Home
last modified time | relevance | path

Searched defs:old (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp48 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint32_t newCapacity) in Grow() argument
H A Dshared_object_factory.cpp322 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 Dobject_factory.cpp491 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 Dlinker_test.cpp69 auto old = std::cout.rdbuf(strBuf.rdbuf()); in ExecPanda() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.h51 panda_file::LiteralArrayItem *old; member
H A Dlinker_context.cpp321 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 Dmem.cpp187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp191 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp104 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp589 uint32_t old = info.jitTaskCnt_.fetch_sub(1); in DecJitTaskCnt() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp114 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp109 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 Dnumber_speculative_retype.cpp33 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

Completed in 21 milliseconds