/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | endpoint.h | 120 auto old = endpoint_.get_con_from_hdl(hdl); in Unpin() local
|
/arkcompiler/runtime_core/static_core/static_linker/ |
D | linker_context.cpp | 217 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()
|
D | linker_context.h | 51 panda_file::LiteralArrayItem *old; member
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | compilerStatistics.ts | 74 let old = this.nodeMap.get(nodeName); variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | weak_vector.cpp | 49 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint… in Grow()
|
D | subtyping_operator.cpp | 191 JSHandle<WeakVector> old; in AddSuper() local
|
D | object_factory.cpp | 431 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/ |
D | number_speculative_retype.cpp | 27 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/ |
D | mem.cpp | 187 PDWORD old = nullptr; in MakeMemWithProtFlag() local
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | mem.cpp | 189 PDWORD old = nullptr; in MakeMemWithProtFlag() 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/maple_ipa/src/old/ |
D | ea_connection_graph.cpp | 901 void EAConnectionGraph::RestoreStatus(bool old) in RestoreStatus()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
D | constantfold.cpp | 113 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/ |
D | file_item_container_test.cpp | 110 auto old = std::array<uint8_t, File::VERSION_SIZE>(minVersion); variable
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
D | file_item_container_test.cpp | 102 auto old = std::array<uint8_t, File::VERSION_SIZE>(MIN_VERSION); in TEST() local
|