/arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
D | object_assign.ts | 18 const copy = Object.assign({}, obja); constant
|
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
D | created_object_file.cpp | 42 auto copy = llvm::MemoryBuffer::getMemBufferCopy(objectFileBuffer.getBuffer()); in CopyOf() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | later_elimination.cpp | 118 DependChains* copy = new (chunk_) DependChains(chunk_); in TryEliminateDependSelector() local
|
D | loop_peeling.cpp | 64 GateRef copy = GetCopy(gate); in CopyLoopBody() local
|
D | range_guard.cpp | 80 DependChains* copy = new (chunk_) DependChains(chunk_); in TraverseDependSelector() local
|
D | lexical_env_specialization_pass.cpp | 87 DependChains* copy = new (chunk_) DependChains(chunk_); in VisitDependSelector() local
|
D | early_elimination.cpp | 209 DependInfoNode* copy = new (chunk_) DependInfoNode(chunk_); in TryEliminateDependSelector() local
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
D | utils.py | 108 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/ |
D | XMat4.js | 33 copy(m) { method in XMat4
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_resolver.cpp | 334 auto copy = CopySaveState(GetGraph(), static_cast<SaveStateInst *>(inst)); in ResolveSaveState() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | escape.cpp | 67 auto copy = alloc->New<VirtualState>(inst_, id_, alloc); in Copy() local 261 auto copy = alloc->New<BasicBlockState>(alloc); in Copy() local 1231 auto copy = static_cast<SaveStateInst *>(ss->Clone(graph_)); in CopySaveState() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | analysis.cpp | 175 auto copy = static_cast<SaveStateInst *>(inst->Clone(graph)); in CopySaveState() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 9911 copy: function(t) { method 11251 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Bi 11602 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Pi 12100 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Fi 12824 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Ui 13266 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.qi 14952 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Qi 15313 static copy(t, e) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.is 17137 copy(t) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.rn 17169 copy(t) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.on [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
D | constantfold.cpp | 335 ConstvalNode *copy = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in Negate() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_array_stub_builder.cpp | 1834 Label copy(env); in Splice() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|