Searched defs:Clear (Results 1 - 25 of 27) sorted by relevance

12

/art/compiler/optimizing/
H A Dpretty_printer.h121 void Clear() { str_.clear(); } function in class:art::StringPrettyPrinter
H A Dssa_test.cc47 void Clear() { str_.clear(); } function in class:art::SsaPrettyPrinter
H A Dgvn.cc132 Clear();
193 void Clear() { function in class:art::ValueSet
/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.cc65 void Bitmap::Clear() { function in class:art::gc::accounting::Bitmap
H A Dbitmap.h76 void Clear();
167 ALWAYS_INLINE bool Clear(size_t addr) { function in class:art::gc::accounting::MemoryRangeBitmap
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.cc98 void SpaceBitmap<kAlignment>::Clear() { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/gc/
H A Dreference_queue.h90 void Clear() { function in class:art::gc::ReferenceQueue
/art/runtime/mirror/
H A Dobject_reference.h44 void Clear() { function in class:art::mirror::ObjectReference
/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 Dbump_pointer_space.cc66 void BumpPointerSpace::Clear() { function in class:art::gc::space::BumpPointerSpace
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 Dregion_space.h86 void Clear() OVERRIDE LOCKS_EXCLUDED(region_lock_);
257 void Clear() { function in class:art::gc::space::FINAL::Region
/art/runtime/jdwp/
H A Dobject_registry.cc137 void ObjectRegistry::Clear() { function in class:art::ObjectRegistry
165 // Clear the maps.
/art/runtime/
H A Druntime_stats.h64 Clear(~0);
67 void Clear(int flags) { function
H A Dprofiler.cc459 profile_table_.Clear();
480 Clear();
686 void ProfileSampleResults::Clear() { function in class:art::ProfileSampleResults
/art/runtime/gc/collector/
H A Dconcurrent_copying.h60 Clear();
121 void Clear() { function in class:art::gc::collector::MarkQueue
/art/runtime/base/
H A Dvariant_map.h307 void Clear() { function in struct:art::VariantMap
337 Clear();
360 Clear();
H A Dhash_set.h126 void Clear() { function in class:art::HashSet
135 Clear();
/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();
/art/compiler/utils/mips/
H A Dassembler_mips.cc427 void MipsAssembler::Clear(Register rt) { function in class:art::mips::MipsAssembler
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc624 void Mips64Assembler::Clear(GpuRegister rd) { function in class:art::mips64::Mips64Assembler

Completed in 1788 milliseconds

12