Searched refs:swap (Results 1 – 16 of 16) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferringClassMembersFromAssignments8.ts | 25 AssertType(function() { let _this = this; _this.swap = function() { }}, "() => void"); 31 _this.swap = function() { 32 AssertType(_this.swap = function() { }, "() => void"); 34 AssertType(_this.swap, "any");
|
D | objectSpread.ts | 49 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/ |
D | Bubblesort.pa | 60 call swap, a0, v5, v3, v0 73 .function void swap(i64[] a0, i32 a1, i32 a2){
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | range_analysis.cpp | 252 bool swap = right == value; in GetRangeOfCompare() local 256 if (swap) { in GetRangeOfCompare() 259 auto range = GetRange(swap ? left : right); in GetRangeOfCompare()
|
/arkcompiler/toolchain/tooling/ |
D | protocol_handler.cpp | 65 requestQueue_.swap(dispatchingQueue); in ProcessCommand()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | space.cpp | 48 std::swap(allocationCounter_, space->allocationCounter_); in SwapAllocationCounter()
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | thread.h | 108 local.swap(args_ptr->this_ptr);
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | interference_graph.h | 156 std::swap(a, b); in OrderNodes()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | loop_analyzer.cpp | 364 std::swap(*it, *blocks_.begin()); in MoveHeaderToSucc()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
D | defect_scan_aux_test.cpp | 531 std::swap(bb3, bb4); in main() 576 std::swap(phi_inst_in0, phi_inst_in1); in main()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 291 std::swap(head_.next_, other.head_.next_); in Swap()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 533 std::swap(startIdx, endIdx); in TrySequenceOfOnes() 534 std::swap(outside, inside); in TrySequenceOfOnes()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | basicblock.h | 109 std::swap(succs_[0], succs_[1]); in SwapTrueFalseSuccessors()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 431 params.swap(sequence); in ConvertToArrowParameter() 442 params.swap(arguments); in ConvertToArrowParameter()
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 29 file_.swap(file_new); in Disassemble()
|
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_src.gni | 509 "src/linux/swap.c", 1978 "include/sys/swap.h",
|