Home
last modified time | relevance | path

Searched defs:copy (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlater_elimination.cpp119 DependChains* copy = new (chunk_) DependChains(chunk_); in TryEliminateDependSelector() local
H A Dloop_peeling.cpp64 GateRef copy = GetCopy(gate); in CopyLoopBody() local
H A Drange_guard.cpp80 DependChains* copy = new (chunk_) DependChains(chunk_); in TraverseDependSelector() local
H A Dlexical_env_specialization_pass.cpp87 DependChains* copy = new (chunk_) DependChains(chunk_); in VisitDependSelector() local
H A Dearly_elimination.cpp216 DependInfoNode* copy = new (chunk_) DependInfoNode(chunk_); in TryEliminateDependSelector() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_javar8.py19 import copy namespace
H A Drun_java.py19 import copy namespace
/arkcompiler/ets_frontend/arkguard/scripts/
H A Dcombination_test.py22 import copy namespace
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp42 auto copy = llvm::MemoryBuffer::getMemBufferCopy(objectFileBuffer.getBuffer()); in CopyOf() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dexpect.py18 import copy namespace
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dresult.py21 import copy namespace
H A Dexecution.py20 import copy namespace
/arkcompiler/ets_frontend/es2panda/test/size_statistics/
H A Dsize_statistics.py19 import copy namespace
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp96 auto copy = alloc->New<VirtualState>(inst_, id_, alloc); in Copy() local
[all...]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dutils.py106 def copy(source_path: Union[Path, str], dest_path: Union[Path, str], remove_if_exist: bool = True) -> None: function
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
H A Dsize_compare.py19 import copy namespace
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp333 auto copy = CopySaveState(GetGraph(), static_cast<SaveStateInst *>(inst)); in ResolveSaveState() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.cpp232 auto copy = static_cast<SaveStateInst *>(inst->Clone(graph)); in CopySaveState() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp246 ConstvalNode *copy = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in Negate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp3125 BRANCH(Int32GreaterThan(newCapacity, oldCapacity), &grow, &copy); in Splice() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 55 milliseconds