Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_array/
Dpgo_ldobjbyvalue_array.ts84 const copy = 5 constant
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts18 const copy = Object.assign({}, obja); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlater_elimination.cpp119 DependChains* copy = new (chunk_) DependChains(chunk_); in TryEliminateDependSelector() local
Dloop_peeling.cpp60 GateRef copy = GetCopy(gate); in CopyLoopBody() local
Drange_guard.cpp80 DependChains* copy = new (chunk_) DependChains(chunk_); in TraverseDependSelector() local
Dlexical_env_specialization_pass.cpp85 DependChains* copy = new (chunk_) DependChains(chunk_); in VisitDependSelector() local
Dearly_elimination.cpp218 DependInfoNode* copy = new (chunk_) DependInfoNode(chunk_); in TryEliminateDependSelector() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp42 auto copy = llvm::MemoryBuffer::getMemBufferCopy(objectFileBuffer.getBuffer()); in CopyOf() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py106 def copy(source_path: Union[Path, str], dest_path: Union[Path, str], remove_if_exist: bool = True) … function
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js33 copy(m) { method in XMat4
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp333 auto copy = CopySaveState(GetGraph(), static_cast<SaveStateInst *>(inst)); in ResolveSaveState() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp96 auto copy = alloc->New<VirtualState>(inst_, id_, alloc); in Copy() local
313 auto copy = alloc->New<BasicBlockState>(alloc); in Copy() local
1531 auto copy = static_cast<SaveStateInst *>(ss->Clone(graph_)); in CopySaveState() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp232 auto copy = static_cast<SaveStateInst *>(inst->Clone(graph)); in CopySaveState() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9911 copy: function(t) { method
11251 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.Bi
11602 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.Pi
12100 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.Fi
12824 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.Ui
13266 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.qi
14952 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.Qi
15313 static copy(t, e) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.is
17137 copy(t) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.rn
17169 copy(t) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.on
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp236 ConstvalNode *copy = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in Negate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp3416 Label copy(env); in Splice() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument