Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 125) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/compiler/tests/
Dif_merging_test.cpp148 …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
Ddeoptimize_elimination_test.cpp154 …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
Dchecks_elimination_test.cpp165 …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 …]
Dsavestate_optimization_tests.cpp96 …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/
Dgraph_cloner.h226 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
Dinst.cpp266 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/
Dgraph_cloner.h188 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()
Dinst.h2624 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 …]
Dinst.cpp546 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/
DtypeNode.cpp24 auto *const clone = allocator->New<OpaqueTypeNode>(type, allocator); in Clone() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPtsDS.ts23 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/
Darkts-no-duplicate-interfaces-class.ts39 clone(arg0: string): string; method
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReference.cpp117 auto *const clone = part_->Clone(allocator, nullptr); in Clone() local
121 auto *const clone = allocator->New<ETSTypeReference>(partClone, allocator); in Clone() local
DetsNullishTypes.cpp75 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/
Dinterop_peepholes_test.cpp97 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
/arkcompiler/ets_runtime/test/aottest/exception_case14/
Dexception_case14.js29 function clone(configObject) { function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbigIntLiteral.cpp63 auto *const clone = allocator->New<BigIntLiteral>(src_); in Clone() local
DregExpLiteral.cpp63 auto *const clone = allocator->New<RegExpLiteral>(pattern_, flags_, flagsStr_); in Clone() local
DundefinedLiteral.cpp66 auto *const clone = allocator->New<UndefinedLiteral>(); in Clone() local
DnullLiteral.cpp62 auto *const clone = allocator->New<NullLiteral>(); in Clone() local
DstringLiteral.cpp62 auto *const clone = allocator->New<StringLiteral>(str_); in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DomittedExpression.cpp62 auto *const clone = allocator->New<OmittedExpression>(); in Clone() local
DsuperExpression.cpp63 auto *const clone = allocator->New<SuperExpression>(); in Clone() local
DthisExpression.cpp63 auto *const clone = allocator->New<ThisExpression>(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtemplateElement.cpp65 auto *const clone = allocator->New<TemplateElement>(raw_, cooked_); in Clone() local

12345