Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h266 HashSet(std::move(other)).swap(*this); // NOLINT [runtime/explicit] [5]
271 HashSet(other).swap(*this); // NOLINT(runtime/explicit) - a case of lint gone mad.
412 void swap(HashSet& other) { in swap() function
414 using std::swap; in swap()
415 swap(allocfn_, other.allocfn_); in swap()
416 swap(hashfn_, other.hashfn_); in swap()
417 swap(emptyfn_, other.emptyfn_); in swap()
418 swap(pred_, other.pred_); in swap()
419 std::swap(data_, other.data_); in swap()
420 std::swap(num_buckets_, other.num_buckets_); in swap()
[all …]
Ddchecked_vector.h147 void swap(dchecked_vector& other) { Base::swap(other); } in swap() function
196 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap() function
197 lhs.swap(rhs); in swap()
Dsafe_map.h70 void swap(Self& other) { map_.swap(other.map_); } in swap() function
Dvariant_map.h375 storage_map_.swap(other.storage_map_);
Dhash_set_test.cc152 std::swap(hash_seta, hash_setb); in TEST_F()
/art/test/439-swap-double/
Dinfo.txt1 Test for the optimizing compiler's parallel swap support in
/art/compiler/utils/
Dintrusive_forward_list.h158 tmp.swap(*this);
186 tmp.swap(*this); in assign()
218 void swap(IntrusiveForwardList& other) { in swap() function
219 std::swap(first_.next_hook, other.first_.next_hook); in swap()
373 reversed.swap(*this); in reverse()
401 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap() function
402 lhs.swap(rhs); in swap()
Dassembler.h334 result.first.swap(opcodes_); in ReleaseStreamAndPrepareForDelayedAdvancePC()
335 result.second.swap(delayed_advance_pcs_); in ReleaseStreamAndPrepareForDelayedAdvancePC()
/art/runtime/gc/space/
Dspace.cc101 std::swap(live_bitmap, mark_bitmap); in Sweep()
136 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()
Dlarge_object_space_test.cc78 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
Dlarge_object_space.cc107 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()
600 std::swap(live_bitmap, mark_bitmap); in Sweep()
/art/runtime/base/
Dtiming_logger.h124 std::swap(data_, other.data_); in TimingData()
127 std::swap(data_, other.data_);
/art/test/046-reflect/
Dexpected.txt99 private static void java.util.Collections.swap(java.lang.Object[],int,int) accessible=false
100 private static void java.util.Collections.swap(java.lang.Object[],int,int) accessible=true
/art/runtime/gc/
Dtask_processor_test.cc130 std::swap(orderings[i], orderings[(i * 87654231 + 12345) % orderings.size()]); in TEST_F()
/art/runtime/
Dcommon_runtime_test.cc111 std::swap(filename_, other.filename_); in operator =()
112 std::swap(file_, other.file_); in operator =()
Druntime.cc1486 boot_class_path.swap(*runtime_options.GetOrDefault(Opt::BootClassPathDexList)); in Init()
Dthread.cc2807 lock_objects_[lock_objects_.size() - 1].swap(frame_lock_objects_); in CreateAnnotatedStackTrace()
/art/runtime/gc/collector/
Dmark_sweep.cc1242 std::swap(live_bitmap, mark_bitmap); in SweepArray()
1282 std::swap(large_live_objects, large_mark_objects); in SweepArray()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1807 std::swap(cond, opposite); in GenerateLongTestConstant()
1928 std::swap(cond, opposite); in GenerateLongTest()
1969 std::swap(left, right); in GenerateLongTest()
1997 std::swap(cond, opposite); in GenerateTest()
2068 std::swap(left_low, left_high); in GenerateEqualLong()
2069 std::swap(right_low, right_high); in GenerateEqualLong()
3222 std::swap(in, temp); in GenerateConditionWithZero()
3341 std::swap(left, right); in HandleCondition()
4787 std::swap(in_reg_hi, in_reg_lo); in HandleLongRotate()
Dinstruction_builder.cc704 std::swap(first, second); in Binop_22s()
715 std::swap(first, second); in Binop_22b()
Dinduction_var_analysis.cc52 scc->swap(*new_scc); in RotateEntryPhiFirst()
Dregister_allocator_graph_color.cc1729 std::swap(from, into); in Coalesce()
Dinstruction_simplifier.cc911 std::swap(true_value, false_value); in VisitSelect()
Dintrinsics_arm64.cc1608 std::swap(str, arg); // Make sure the const string is in `str`. in VisitStringEquals()
Dintrinsics_arm_vixl.cc1850 std::swap(str, arg); // Make sure the const string is in `str`. in VisitStringEquals()