Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dendpoint.h120 auto old = endpoint_.get_con_from_hdl(hdl); in Unpin() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp217 if (auto old = knownItems_.find(oldProgram); old != knownItems_.end()) { in MergeMethod() local
272 bool Context::IsSameType(panda::panda_file::TypeItem *nevv, panda::panda_file::TypeItem *old) in IsSameType()
660 auto old = oldVal->GetAsArray(); in AnnotFromOld() local
727 panda_file::BaseClassItem *Context::ClassFromOld(panda_file::BaseClassItem *old) in ClassFromOld()
739 panda_file::TypeItem *Context::TypeFromOld(panda_file::TypeItem *old) in TypeFromOld()
Dlinker_context.h51 panda_file::LiteralArrayItem *old; member
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts74 let old = this.nodeMap.get(nodeName); variable
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp49 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.cpp431 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties()
534 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties()
2721 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray()
2762 JSHandle<TaggedArray> ObjectFactory::CopyPartArray(const JSHandle<TaggedArray> &old, uint32_t start, in CopyPartArray()
2790 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray()
2838 JSHandle<TaggedArray> ObjectFactory::CopyFromEnumCache(const JSHandle<TaggedArray> &old) in CopyFromEnumCache()
2867 JSHandle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int propertie… in ExtendLayoutInfo()
2885 JSHandle<LayoutInfo> ObjectFactory::CopyLayoutInfo(const JSHandle<LayoutInfo> &old) in CopyLayoutInfo()
2891 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort()
4140 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque()
[all …]
/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/runtime_core/platforms/windows/libpandabase/
Dmem.cpp187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp189 PDWORD old = nullptr; in MakeMemWithProtFlag() 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/maple_ipa/src/old/
Dea_connection_graph.cpp901 void EAConnectionGraph::RestoreStatus(bool old) in RestoreStatus()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp113 BinaryNode *ConstantFold::NewBinaryNode(BinaryNode *old, Opcode op, PrimType primType, BaseNode *lh… in NewBinaryNode()
126 UnaryNode *ConstantFold::NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr)… in NewUnaryNode()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp110 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp102 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local