| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | if_merging_test.cpp | 148 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 189 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 409 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 455 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 498 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 770 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1471 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | deoptimize_elimination_test.cpp | 154 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 293 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 497 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 535 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 747 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | checks_elimination_test.cpp | 165 …auto clone = GraphCloner(graph1, graph1->GetAllocator(), graph1->GetLocalAllocator()).CloneGraph(); in ArithmeticTest() local 474 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 513 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1147 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1169 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1820 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1858 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 2619 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 3203 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 3686 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local [all …]
|
| D | savestate_optimization_tests.cpp | 96 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 129 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_cloner.h | 226 auto clone = block->Clone(target_graph); in CloneBlocksAndInstructions() local 240 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions() 280 auto clone = GetClone(inst); variable 307 auto clone = GetClone(block); in CloneEdges() local
|
| D | inst.cpp | 266 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 287 auto clone = FixedInputsInst::Clone(targetGraph)->CastToSpillFill(); in Clone() local 296 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 304 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 311 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 364 auto clone = Inst::Clone(targetGraph)->CastToParameter(); in Clone() local 372 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 440 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_cloner.h | 188 auto clone = GetClone(block); in CloneEdges() local 224 auto clone = block->Clone(targetGraph); in CloneBlocksAndInstructions() local 257 auto clone = GetClone(inst); variable 340 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) in CloneInstructions()
|
| D | inst.h | 2624 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 2939 auto clone = FixedInputsInst2::Clone(targetGraph); in Clone() local 3065 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3099 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3193 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3216 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3249 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastAnyTypeValue(); in Clone() local 3278 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastValueToAnyType(); in Clone() local 3306 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3362 auto clone = static_cast<HclassCheckInst *>(FixedInputsInst2::Clone(targetGraph)); in Clone() local [all …]
|
| D | inst.cpp | 546 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 564 auto clone = static_cast<FixedInputsInst *>(Inst::Clone(targetGraph)); in Clone() local 596 auto clone = Inst::Clone(targetGraph)->CastToCallIndirect(); in Clone() local 649 auto clone = FixedInputsInst::Clone(targetGraph)->CastToParameter(); in Clone() local 657 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 670 auto clone = static_cast<BinaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 678 auto clone = static_cast<UnaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 756 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typeNode.cpp | 24 auto *const clone = allocator->New<OpaqueTypeNode>(type, allocator); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PtsDS.ts | 23 clone(): this; method 77 clone(): this { method in PtsSet 163 clone(): this { method in PtsBV
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-duplicate-interfaces-class.ts | 39 clone(arg0: string): string; method
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTypeReference.cpp | 117 auto *const clone = part_->Clone(allocator, nullptr); in Clone() local 121 auto *const clone = allocator->New<ETSTypeReference>(partClone, allocator); in Clone() local
|
| D | etsNullishTypes.cpp | 75 auto *const clone = allocator->New<ir::ETSUndefinedType>(allocator); in Clone() local 147 auto *const clone = allocator->New<ir::ETSNullType>(allocator); in Clone() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/ |
| D | interop_peepholes_test.cpp | 97 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| /arkcompiler/ets_runtime/test/aottest/exception_case14/ |
| D | exception_case14.js | 29 function clone(configObject) { function
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | bigIntLiteral.cpp | 63 auto *const clone = allocator->New<BigIntLiteral>(src_); in Clone() local
|
| D | regExpLiteral.cpp | 63 auto *const clone = allocator->New<RegExpLiteral>(pattern_, flags_, flagsStr_); in Clone() local
|
| D | undefinedLiteral.cpp | 66 auto *const clone = allocator->New<UndefinedLiteral>(); in Clone() local
|
| D | nullLiteral.cpp | 62 auto *const clone = allocator->New<NullLiteral>(); in Clone() local
|
| D | stringLiteral.cpp | 62 auto *const clone = allocator->New<StringLiteral>(str_); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | omittedExpression.cpp | 62 auto *const clone = allocator->New<OmittedExpression>(); in Clone() local
|
| D | superExpression.cpp | 63 auto *const clone = allocator->New<SuperExpression>(); in Clone() local
|
| D | thisExpression.cpp | 63 auto *const clone = allocator->New<ThisExpression>(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | templateElement.cpp | 65 auto *const clone = allocator->New<TemplateElement>(raw_, cooked_); in Clone() local
|