/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 bitmap->Clear(obj); in Clear()
|
D | space_bitmap.h | 79 bool Clear(const mirror::Object* obj) ALWAYS_INLINE { in Clear() function 87 void Clear(); 110 bitmap_->Clear(obj); in operator()
|
D | heap_bitmap.h | 35 void Clear(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
|
D | space_bitmap_test.cc | 133 space_bitmap->Clear(reinterpret_cast<mirror::Object*>(heap_begin + offset)); in RunTest()
|
/art/runtime/ |
D | throw_location.h | 38 Clear(); in ThrowLocation() 68 void Clear() { in Clear() function
|
D | runtime_stats.h | 64 Clear(~0); in RuntimeStats() 67 void Clear(int flags) { in Clear() function
|
D | stack.h | 245 References()[i].Clear(); in SetVReg() 256 References()[i].Clear(); in SetVRegFloat() 269 References()[i].Clear(); in SetVRegLong() 270 References()[i + 1].Clear(); in SetVRegLong() 283 References()[i].Clear(); in SetVRegDouble() 284 References()[i + 1].Clear(); in SetVRegDouble()
|
D | profiler.cc | 462 profile_table_.Clear(); in CleanProfile() 483 Clear(); in ~ProfileSampleResults() 689 void ProfileSampleResults::Clear() { in Clear() function in art::ProfileSampleResults
|
D | profiler.h | 111 void Clear();
|
D | debugger.h | 94 void Clear(); 131 void Clear(); 202 void Clear() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_,
|
D | runtime.cc | 1033 GetStats()->Clear(~0); in SetStatsEnabled() 1035 self->GetStats()->Clear(~0); in SetStatsEnabled() 1046 GetStats()->Clear(kinds & 0xffff); in ResetStats() 1048 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
|
/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 | dlmalloc_space.cc | 291 void DlMallocSpace::Clear() { in Clear() function in art::gc::space::DlMallocSpace 294 live_bitmap_->Clear(); in Clear() 295 mark_bitmap_->Clear(); in Clear()
|
D | rosalloc_space.cc | 347 void RosAllocSpace::Clear() { in Clear() function in art::gc::space::RosAllocSpace 350 live_bitmap_->Clear(); in Clear() 351 mark_bitmap_->Clear(); in Clear()
|
D | zygote_space.h | 71 void Clear() OVERRIDE;
|
D | dlmalloc_space.h | 117 virtual void Clear() OVERRIDE;
|
D | bump_pointer_space.h | 102 void Clear() OVERRIDE LOCKS_EXCLUDED(block_lock_);
|
D | rosalloc_space.h | 93 void Clear() OVERRIDE;
|
/art/runtime/gc/ |
D | reference_queue.h | 80 void Clear() { in Clear() function
|
D | reference_processor.cc | 228 cleared_references_.Clear(); in EnqueueClearedReferences()
|
/art/runtime/mirror/ |
D | object_reference.h | 44 void Clear() { in Clear() function
|
/art/runtime/jdwp/ |
D | object_registry.h | 75 void Clear() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
/art/compiler/optimizing/ |
D | pretty_printer.h | 121 void Clear() { str_.clear(); } in Clear() function
|
D | ssa_test.cc | 47 void Clear() { str_.clear(); } in Clear() function in art::SsaPrettyPrinter
|
/art/runtime/base/ |
D | hash_set.h | 119 void Clear() { in Clear() function 127 Clear(); in HashSet()
|