/art/runtime/gc/accounting/ |
D | heap_bitmap-inl.h | 52 inline void HeapBitmap::Clear(const mirror::Object* obj) { in Clear() function 55 bitmap->Clear(obj); in Clear() 60 lo_bitmap->Clear(obj); in Clear()
|
D | space_bitmap.h | 80 bool Clear(const mirror::Object* obj) ALWAYS_INLINE { in Clear() function 88 void Clear(); 111 bitmap_->Clear(obj); in operator()
|
D | bitmap.h | 76 void Clear(); 167 ALWAYS_INLINE bool Clear(size_t addr) { in Clear() function
|
D | heap_bitmap.h | 39 void Clear(const mirror::Object* obj) REQUIRES(Locks::heap_bitmap_lock_);
|
D | bitmap.cc | 66 void Bitmap::Clear() { in Clear() function in art::gc::accounting::Bitmap
|
D | read_barrier_table.h | 51 void Clear(uint8_t* start_addr, uint8_t* end_addr) { in Clear() function
|
D | space_bitmap_test.cc | 133 space_bitmap->Clear(reinterpret_cast<mirror::Object*>(heap_begin + offset)); in RunTest()
|
/art/runtime/ |
D | runtime_stats.h | 64 Clear(~0); in RuntimeStats() 67 void Clear(int flags) { in Clear() function
|
D | stack.h | 270 References()[i].Clear(); in SetVReg() 281 References()[i].Clear(); in SetVRegFloat() 294 References()[i].Clear(); in SetVRegLong() 295 References()[i + 1].Clear(); in SetVRegLong() 308 References()[i].Clear(); in SetVRegDouble() 309 References()[i + 1].Clear(); in SetVRegDouble()
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 60 void ZygoteSpace::Clear() { in Clear() function in art::gc::space::ZygoteSpace 115 bitmap->Clear(ptrs[i]); in SweepCallback()
|
D | region_space.cc | 197 rb_table->Clear(r->Begin(), r->End()); in SetFromSpace() 210 r->Clear(); in ClearFromSpace() 270 void RegionSpace::Clear() { in Clear() function in art::gc::space::RegionSpace 277 r->Clear(); in Clear() 302 reg->Clear(); in FreeLarge()
|
D | zygote_space.h | 73 void Clear() OVERRIDE;
|
D | dlmalloc_space.cc | 278 void DlMallocSpace::Clear() { in Clear() function in art::gc::space::DlMallocSpace 281 live_bitmap_->Clear(); in Clear() 282 mark_bitmap_->Clear(); in Clear()
|
D | rosalloc_space.cc | 358 void RosAllocSpace::Clear() { in Clear() function in art::gc::space::RosAllocSpace 361 live_bitmap_->Clear(); in Clear() 362 mark_bitmap_->Clear(); in Clear()
|
D | dlmalloc_space.h | 128 virtual void Clear() OVERRIDE;
|
D | bump_pointer_space.h | 102 void Clear() OVERRIDE REQUIRES(!block_lock_);
|
/art/runtime/gc/ |
D | allocation_record.cc | 95 Clear(); in ~AllocRecordObjectMap() 257 records->Clear(); in SetAllocTrackingEnabled() 311 void AllocRecordObjectMap::Clear() { in Clear() function in art::gc::AllocRecordObjectMap
|
D | reference_queue.h | 91 void Clear() { in Clear() function
|
/art/runtime/base/ |
D | variant_map.h | 311 void Clear() { in Clear() function 341 Clear(); 364 Clear();
|
/art/runtime/interpreter/mterp/x86/ |
D | bindiv.S | 43 xorl %edx, %edx # Clear %edx before divide
|
/art/runtime/mirror/ |
D | object_reference.h | 44 void Clear() { in Clear() function
|
/art/compiler/optimizing/ |
D | gvn.cc | 134 void Clear() { in Clear() function in art::ValueSet 147 Clear(); in IntersectWith() 464 set->Clear(); in VisitBasicBlock()
|
D | pretty_printer.h | 121 void Clear() { str_.clear(); } in Clear() function
|
/art/cmdline/ |
D | cmdline_parser.h | 98 void Clear() { in Clear() function 99 variant_map_->Clear(); in Clear() 518 save_destination_->Clear(); in Parse()
|
/art/runtime/jdwp/ |
D | object_registry.h | 91 void Clear() SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!lock_);
|