Home
last modified time | relevance | path

Searched defs:Sweep (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_numeric/
H A Dinteger_division_test.cc24 TEST(IntegerDivisionRoundNearest, Sweep) { in TEST() argument
/aosp_15_r20/art/runtime/gc/collector/
H A Dsticky_mark_sweep.cc76 void StickyMarkSweep::Sweep([[maybe_unused]] bool swap_bitmaps) { in Sweep() function in art::gc::collector::StickyMarkSweep
H A Dsemi_space.cc513 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::SemiSpace
H A Dmark_sweep.cc1219 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc2481 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::ConcurrentCopying
H A Dmark_compact.cc1196 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::MarkCompact
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DSweep.java25 public class Sweep extends GraphicsActivity { class
/aosp_15_r20/art/runtime/gc/space/
H A Dspace.cc90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::space::ContinuousMemMapAllocSpace
H A Dimage_space.h215 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { in Sweep() function
H A Dlarge_object_space.cc660 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::space::LargeObjectSpace
/aosp_15_r20/art/openjdkjvmti/
H A Djvmti_weak_table-inl.h179 void JvmtiWeakTable<T>::Sweep(art::IsMarkedVisitor* visitor) { in Sweep() function
/aosp_15_r20/art/runtime/gc/
H A Dsystem_weak_test.cc77 void Sweep(IsMarkedVisitor* visitor) override in Sweep() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/
H A Dmemory_quota.h160 explicit Sweep(std::shared_ptr<State> state) : state_(std::move(state)) {} in Sweep() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Dmemory_quota.h159 explicit Sweep(std::shared_ptr<State> state) : state_(std::move(state)) {} in Sweep() function
/aosp_15_r20/external/pigweed/pw_string/
H A Dtype_to_string_test.cc283 TEST_F(IntToHexStringTest, Sweep) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc1866 void Sweep(const absl::Span<const int64_t> fft_lengths, in Sweep() function in xla::__anonab80ebf22511::FftTransform