Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.cc93 std::swap(live_bitmap, mark_bitmap); in Sweep()
129 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()
Dlarge_object_space_test.cc66 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
Dlarge_object_space.cc80 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()
515 std::swap(live_bitmap, mark_bitmap); in Sweep()
/art/runtime/base/
Dtiming_logger.h109 std::swap(data_, other.data_); in TimingData()
112 std::swap(data_, other.data_);
/art/runtime/
Dsafe_map.h68 void swap(Self& other) { map_.swap(other.map_); } in swap() function
/art/compiler/optimizing/
Dssa_liveness_analysis.cc74 std::swap(first_successor, second_successor); in VisitBlockForLinearization()
77 std::swap(first_successor, second_successor); in VisitBlockForLinearization()
Dbuilder.cc293 std::swap(first, second); in Binop_22s()
304 std::swap(first, second); in Binop_22b()
/art/compiler/dex/quick/x86/
Dfp_x86.cc717 std::swap(rl_src2.reg, rl_src1.reg); in GenInlinedMinMaxFP()
751 std::swap(rl_src2.reg, rl_src1.reg); in GenInlinedMinMaxFP()
Dint_x86.cc243 std::swap(true_val, false_val); in GenSelectConst32()
391 std::swap(rl_src1, rl_src2); in GenFusedLongCmpBranch()
824 std::swap(rl_src1, rl_src2); in GenInlinedMinMax()
1450 std::swap(rl_src1, rl_src2); in GenMulLong()
/art/runtime/gc/collector/
Dmark_sweep.cc1041 std::swap(live_bitmap, mark_bitmap); in SweepArray()
1080 std::swap(large_live_objects, large_mark_objects); in SweepArray()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc98 std::swap(true_val, false_val); in GenSelect()
222 std::swap(rl_src1, rl_src2); in GenFusedLongCmpBranch()
1363 std::swap(rl_src1, rl_src2); in GenArithImmOpLong()
/art/compiler/dex/quick/arm/
Dint_arm.cc247 std::swap(true_val, false_val); in GenSelect()
311 std::swap(rl_src1, rl_src2); in GenFusedLongCmpBranch()
1547 std::swap(rl_src1, rl_src2); in GenArithImmOpLong()
/art/runtime/gc/
Dheap.cc2044 std::swap(bump_pointer_space_, temp_space_); in SwapSemiSpaces()
2590 allocation_stack_.swap(live_stack_); in SwapStacks()
/art/compiler/dex/
Dglobal_value_numbering_test.cc2126 std::swap(merge_block->taken, merge_block->fall_through); in TEST_F()