Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferringClassMembersFromAssignments8.ts25 AssertType(function() { let _this = this; _this.swap = function() { }}, "() => void");
31 _this.swap = function() {
32 AssertType(_this.swap = function() { }, "() => void");
34 AssertType(_this.swap, "any");
DobjectSpread.ts49 let swap = { a: 'yes', b: -1 }; variable
50 AssertType(swap, "{ a: string; b: number; }");
503 { ...o, ...swap };
504 AssertType({ ...o, ...swap }, "{ a: string; b: number; }");
506 AssertType(swap, "{ a: string; b: number; }");
/arkcompiler/runtime_core/assembler/samples/
DBubblesort.pa60 call swap, a0, v5, v3, v0
73 .function void swap(i64[] a0, i32 a1, i32 a2){
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp252 bool swap = right == value; in GetRangeOfCompare() local
256 if (swap) { in GetRangeOfCompare()
259 auto range = GetRange(swap ? left : right); in GetRangeOfCompare()
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp65 requestQueue_.swap(dispatchingQueue); in ProcessCommand()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp48 std::swap(allocationCounter_, space->allocationCounter_); in SwapAllocationCounter()
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h108 local.swap(args_ptr->this_ptr);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h156 std::swap(a, b); in OrderNodes()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp364 std::swap(*it, *blocks_.begin()); in MoveHeaderToSucc()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp531 std::swap(bb3, bb4); in main()
576 std::swap(phi_inst_in0, phi_inst_in1); in main()
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h291 std::swap(head_.next_, other.head_.next_); in Swap()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp533 std::swap(startIdx, endIdx); in TrySequenceOfOnes()
534 std::swap(outside, inside); in TrySequenceOfOnes()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h109 std::swap(succs_[0], succs_[1]); in SwapTrueFalseSuccessors()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp431 params.swap(sequence); in ConvertToArrowParameter()
442 params.swap(arguments); in ConvertToArrowParameter()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp29 file_.swap(file_new); in Disassemble()
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_src.gni509 "src/linux/swap.c",
1978 "include/sys/swap.h",