Searched refs:Clear (Results 1 - 25 of 53) sorted by relevance

123

/art/runtime/
H A Druntime_stats.h64 Clear(~0);
67 void Clear(int flags) { function
H A Dstack.h182 References()[i].Clear();
193 References()[i].Clear();
206 References()[i].Clear();
207 References()[i + 1].Clear();
220 References()[i].Clear();
221 References()[i + 1].Clear();
338 // Clear this fragment, which has become the top.
/art/runtime/gc/accounting/
H A Dheap_bitmap-inl.h52 inline void HeapBitmap::Clear(const mirror::Object* obj) { function in class:art::gc::accounting::HeapBitmap
55 bitmap->Clear(obj);
60 lo_bitmap->Clear(obj);
H A Dbitmap.h76 void Clear();
167 ALWAYS_INLINE bool Clear(size_t addr) { function in class:art::gc::accounting::MemoryRangeBitmap
H A Dheap_bitmap.h39 void Clear(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
H A Dspace_bitmap.h79 bool Clear(const mirror::Object* obj) ALWAYS_INLINE {
87 void Clear();
110 bitmap_->Clear(obj);
H A Dbitmap.cc65 void Bitmap::Clear() { function in class:art::gc::accounting::Bitmap
H A Dread_barrier_table.h51 void Clear(uint8_t* start_addr, uint8_t* end_addr) { function in class:art::gc::accounting::ReadBarrierTable
H A Dspace_bitmap_test.cc133 space_bitmap->Clear(reinterpret_cast<mirror::Object*>(heap_begin + offset));
/art/runtime/gc/
H A Dreference_queue.h90 void Clear() { function in class:art::gc::ReferenceQueue
/art/runtime/gc/space/
H A Dzygote_space.cc61 void ZygoteSpace::Clear() { function in class:art::gc::space::ZygoteSpace
116 bitmap->Clear(ptrs[i]);
H A Dzygote_space.h73 void Clear() OVERRIDE;
H A Dregion_space.cc196 // Clear the rb table for to-space regions.
197 rb_table->Clear(r->Begin(), r->End());
210 r->Clear();
270 void RegionSpace::Clear() { function in class:art::gc::space::RegionSpace
277 r->Clear();
302 reg->Clear();
H A Ddlmalloc_space.cc276 void DlMallocSpace::Clear() { function in class:art::gc::space::DlMallocSpace
279 live_bitmap_->Clear();
280 mark_bitmap_->Clear();
H A Drosalloc_space.cc364 void RosAllocSpace::Clear() { function in class:art::gc::space::RosAllocSpace
367 live_bitmap_->Clear();
368 mark_bitmap_->Clear();
H A Dbump_pointer_space.h102 void Clear() OVERRIDE LOCKS_EXCLUDED(block_lock_);
H A Ddlmalloc_space.h128 virtual void Clear() OVERRIDE;
/art/runtime/mirror/
H A Dobject_reference.h44 void Clear() { function in class:art::mirror::ObjectReference
/art/runtime/base/
H A Dvariant_map.h307 void Clear() { function in struct:art::VariantMap
337 Clear();
360 Clear();
/art/compiler/optimizing/
H A Dpretty_printer.h121 void Clear() { str_.clear(); } function in class:art::StringPrettyPrinter
H A Dgvn.cc132 Clear();
193 void Clear() { function in class:art::ValueSet
H A Dssa_test.cc47 void Clear() { str_.clear(); } function in class:art::SsaPrettyPrinter
/art/runtime/jdwp/
H A Dobject_registry.h95 void Clear() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/gc/collector/
H A Dconcurrent_copying.h60 Clear();
121 void Clear() { function in class:art::gc::collector::MarkQueue
/art/cmdline/
H A Dcmdline_parser.h97 // Clear all potential save targets.
98 void Clear() { function in struct:art::CmdlineParser::SaveDestination
99 variant_map_->Clear();
519 save_destination_->Clear();

Completed in 451 milliseconds

123