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

123

/art/dexlayout/
H A Ddex_container.h46 // Clear the container.
47 virtual void Clear() = 0;
72 void Clear() OVERRIDE {
H A Dcompact_dex_writer.h47 // Clear dedupe state to prevent deduplication against existing items in the future.
48 void Clear() { function in class:art::CompactDexWriter::Deduper
/art/runtime/
H A Druntime_stats.h64 Clear(~0);
67 void Clear(int flags) { function
/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.h75 void Clear();
166 ALWAYS_INLINE bool Clear(size_t addr) { function in class:art::gc::accounting::MemoryRangeBitmap
H A Dheap_bitmap.h41 void Clear(const mirror::Object* obj) REQUIRES(Locks::heap_bitmap_lock_);
H A Dspace_bitmap.cc115 void SpaceBitmap<kAlignment>::Clear() { function in class:art::gc::accounting::SpaceBitmap
127 Clear(reinterpret_cast<mirror::Object*>(heap_begin_ + begin_offset));
132 Clear(reinterpret_cast<mirror::Object*>(heap_begin_ + end_offset));
H A Dspace_bitmap.h94 // Clear the bit corresponding to `obj` in the bitmap and return the previous value of that bit.
95 bool Clear(const mirror::Object* obj) ALWAYS_INLINE {
103 void Clear();
105 // Clear a range covered by the bitmap using madvise if possible.
132 bitmap_->Clear(obj);
H A Dbitmap.cc68 void Bitmap::Clear() { function in class:art::gc::accounting::Bitmap
H A Dread_barrier_table.h53 void Clear(uint8_t* start_addr, uint8_t* end_addr) { function in class:art::gc::accounting::ReadBarrierTable
/art/runtime/interpreter/
H A Dshadow_frame.h206 References()[i].Clear();
217 References()[i].Clear();
229 References()[i].Clear();
230 References()[i + 1].Clear();
242 References()[i].Clear();
243 References()[i + 1].Clear();
/art/runtime/gc/
H A Dreference_queue.h101 void Clear() { function in class:art::gc::ReferenceQueue
H A Dallocation_record.cc99 Clear();
260 records->Clear();
317 void AllocRecordObjectMap::Clear() { function in class:art::gc::AllocRecordObjectMap
/art/runtime/gc/space/
H A Dzygote_space.cc62 void ZygoteSpace::Clear() { function in class:art::gc::space::ZygoteSpace
117 bitmap->Clear(ptrs[i]);
H A Dzygote_space.h73 void Clear() OVERRIDE;
H A Dregion_space.cc249 // Clear the rb table for to-space regions.
250 rb_table->Clear(r->Begin(), r->End());
296 r->Clear(/*zero_and_release_pages*/false);
381 // Clear pages for the last block since clearing happens when a new block opens.
430 void RegionSpace::Clear() { function in class:art::gc::space::RegionSpace
437 r->Clear(/*zero_and_release_pages*/true);
591 void RegionSpace::Region::Clear(bool zero_and_release_pages) { function in class:art::gc::space::RegionSpace::Region
H A Ddlmalloc_space.cc280 void DlMallocSpace::Clear() { function in class:art::gc::space::DlMallocSpace
283 live_bitmap_->Clear();
284 mark_bitmap_->Clear();
H A Drosalloc_space.cc360 void RosAllocSpace::Clear() { function in class:art::gc::space::RosAllocSpace
363 live_bitmap_->Clear();
364 mark_bitmap_->Clear();
H A Ddlmalloc_space.h128 virtual void Clear() OVERRIDE;
/art/runtime/interpreter/mterp/x86/
H A Dbindiv.S43 xorl %edx, %edx # Clear %edx before divide
/art/runtime/mirror/
H A Dobject_reference.h73 void Clear() { function in class:art::mirror::ObjectReference
128 void Clear() { function in class:art::mirror::HeapReference
/art/libartbase/base/
H A Dvariant_map.h321 void Clear() { function in struct:art::VariantMap
351 Clear();
374 Clear();
/art/compiler/optimizing/
H A Dpretty_printer.h123 void Clear() { str_.clear(); } function in class:art::StringPrettyPrinter
H A Dgvn.cc136 void Clear() { function in class:art::ValueSet
149 Clear();
456 set->Clear();
H A Dconstructor_fence_redundancy_elimination.cc211 candidate_fence_targets_.Clear();

Completed in 220 milliseconds

123