Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectDescriptor.cpp34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *… in Copy() function in panda::es2panda::checker::ObjectDescriptor
DindexInfo.cpp20 IndexInfo *IndexInfo::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in panda::es2panda::checker::IndexInfo
Dsignature.cpp20 Signature *Signature::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in panda::es2panda::checker::Signature
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectDescriptor.cpp34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *… in Copy() function in ark::es2panda::checker::ObjectDescriptor
DindexInfo.cpp21 IndexInfo *IndexInfo::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in ark::es2panda::checker::IndexInfo
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h59 inline void TaggedArray::Copy(const JSThread* thread, uint32_t dstStart, uint32_t srcStart, in Copy() function
Dvtable.cpp100 JSHandle<VTable> VTable::Copy(const JSThread *thread, const JSHandle<VTable> &vtable) in Copy() function in panda::ecmascript::VTable
Dweak_vector.cpp122 JSHandle<WeakVector> WeakVector::Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, in Copy() function in panda::ecmascript::WeakVector
Djs_hclass-inl.h277 inline void JSHClass::Copy(const JSThread *thread, const JSHClass *jshclass) in Copy() function
Djs_bigint.cpp1041 JSHandle<BigInt> BigInt::Copy(JSThread *thread, JSHandle<BigInt> x, uint32_t len) in Copy() function in panda::ecmascript::BigInt
/arkcompiler/runtime_core/static_core/runtime/include/
Ditable.h50 Entry Copy(mem::InternalAllocatorPtr allocator) const in Copy() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.cpp39 LocalVariable *LocalVariable::Copy(ArenaAllocator *allocator, Decl *decl) const in Copy() function in ark::es2panda::varbinder::LocalVariable
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h95 Bound* Copy(Chunk *chunk) in Copy() function
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp34 LocalVariable *LocalVariable::Copy(ArenaAllocator *allocator, Decl *decl) const in Copy() function in panda::es2panda::binder::LocalVariable
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp105 void CpuSet::Copy(CpuSet &destination, const CpuSet &source) in Copy() function in ark::os::CpuSet
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp106 void CpuSet::Copy(CpuSet &destination, const CpuSet &source) in Copy() function in ark::os::CpuSet
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp115 Signature *Signature::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in ark::es2panda::checker::Signature
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_record_pool.h306 void Copy(const std::shared_ptr<PGOAbcFilePool> &pool) in Copy() function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPag.ts47 Copy, enumerator
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h2048 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy() function
2060 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp252 void BlockState::Copy(BlockState *state) in Copy() function in ark::compiler::BlockState
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp96 VirtualState *Copy(ArenaAllocator *alloc) const in Copy() function in ark::compiler::VirtualState
313 BasicBlockState *Copy(ArenaAllocator *alloc) in Copy() function in ark::compiler::EscapeAnalysis::BasicBlockState
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp573 JSTaggedValue ContainersBuffer::Copy(EcmaRuntimeCallInfo *argv) in Copy() function in panda::ecmascript::containers::ContainersBuffer
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp208 JSTaggedValue JSAPIFastBuffer::Copy(JSThread *thread, const JSHandle<JSTaggedValue> &dst, in Copy() function in panda::ecmascript::JSAPIFastBuffer