/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 | bitmap.h | 76 void Clear(); 185 ALWAYS_INLINE bool Clear(uintptr_t addr) { in Clear() function
|
D | space_bitmap.cc | 151 void SpaceBitmap<kAlignment>::Clear(bool release_eagerly) { in Clear() function in art::gc::accounting::SpaceBitmap 165 Clear(reinterpret_cast<mirror::Object*>(heap_begin_ + begin_offset)); in ClearRange() 170 Clear(reinterpret_cast<mirror::Object*>(heap_begin_ + end_offset)); in ClearRange()
|
D | space_bitmap.h | 99 bool Clear(const mirror::Object* obj) ALWAYS_INLINE { in Clear() function 109 void Clear(bool release_eagerly = true);
|
D | heap_bitmap.h | 41 void Clear(const mirror::Object* obj) REQUIRES(Locks::heap_bitmap_lock_);
|
D | read_barrier_table.h | 55 void Clear(uint8_t* start_addr, uint8_t* end_addr) { in Clear() function
|
D | bitmap.cc | 71 void Bitmap::Clear() { in Clear() function in art::gc::accounting::Bitmap
|
/art/runtime/ |
D | runtime_stats.h | 66 Clear(~0); in RuntimeStats() 69 void Clear(int flags) { in Clear() function
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 217 References()[i].Clear(); in SetVReg() 226 References()[i].Clear(); in SetVRegFloat() 236 References()[i].Clear(); in SetVRegLong() 237 References()[i + 1].Clear(); in SetVRegLong() 247 References()[i].Clear(); in SetVRegDouble() 248 References()[i + 1].Clear(); in SetVRegDouble()
|
D | interpreter_cache.cc | 22 void InterpreterCache::Clear(Thread* owning_thread) { in Clear() function in art::InterpreterCache
|
D | interpreter_cache.h | 63 EXPORT void Clear(Thread* owning_thread);
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 69 void ZygoteSpace::Clear() { in Clear() function in art::gc::space::ZygoteSpace 128 bitmap->Clear(ptrs[i]); in SweepCallback()
|
D | region_space.cc | 364 GetMarkBitmap()->Clear(reinterpret_cast<mirror::Object*>(r->Begin())); in SetFromSpace() 385 rb_table->Clear(r->Begin(), r->End()); in SetFromSpace() 529 r->Clear(/*zero_and_release_pages=*/false); in ClearFromSpace() 535 r->Clear(/*zero_and_release_pages=*/false); in ClearFromSpace() 539 regions_[i + free_regions].Clear(/*zero_and_release_pages=*/false); in ClearFromSpace() 777 void RegionSpace::Clear() { in Clear() function in art::gc::space::RegionSpace 784 r->Clear(/*zero_and_release_pages=*/true); in Clear() 1021 void RegionSpace::Region::Clear(bool zero_and_release_pages) { in Clear() function in art::gc::space::RegionSpace::Region
|
D | zygote_space.h | 76 void Clear() override;
|
D | dlmalloc_space.cc | 387 void DlMallocSpace::Clear() { in Clear() function in art::gc::space::DlMallocSpace 390 live_bitmap_.Clear(); in Clear() 391 mark_bitmap_.Clear(); in Clear()
|
D | rosalloc_space.cc | 427 void RosAllocSpace::Clear() { in Clear() function in art::gc::space::RosAllocSpace 430 live_bitmap_.Clear(); in Clear() 431 mark_bitmap_.Clear(); in Clear()
|
D | dlmalloc_space.h | 142 void Clear() override;
|
/art/runtime/gc/ |
D | allocation_record.cc | 58 Clear(); in ~AllocRecordObjectMap() 194 records->Clear(); in SetAllocTrackingEnabled() 265 void AllocRecordObjectMap::Clear() { in Clear() function in art::gc::AllocRecordObjectMap
|
D | reference_queue.h | 120 void Clear() { in Clear() function
|
/art/runtime/mirror/ |
D | object_reference.h | 140 void Clear() { in Clear() function 194 void Clear() { in Clear() function
|
D | dex_cache-inl.h | 160 strings->Clear(string_idx.index_); in ClearString() 177 resolved_types->Clear(type_idx.index_); in ClearResolvedType() 207 methods->Clear(proto_idx.index_); in ClearMethodType()
|
/art/libartbase/base/ |
D | variant_map.h | 329 void Clear() { in Clear() function 359 Clear(); 382 Clear();
|
/art/test/626-const-class-linking/ |
D | clear_dex_cache_types.cc | 31 dex_cache->GetResolvedTypes()->Clear(i); in Java_Main_nativeClearResolvedTypes()
|
/art/compiler/optimizing/ |
D | gvn.cc | 133 void Clear() { in Clear() function in art::ValueSet 146 Clear(); in IntersectWith() 466 set->Clear(); in VisitBasicBlock()
|
D | pretty_printer.h | 124 void Clear() { str_.clear(); } in Clear() function
|