Home
last modified time | relevance | path

Searched refs:Clear (Results 1 – 25 of 40) sorted by relevance

12

/art/runtime/gc/accounting/
Dheap_bitmap-inl.h52 inline void HeapBitmap::Clear(const mirror::Object* obj) { in Clear() function
55 bitmap->Clear(obj); in Clear()
60 bitmap->Clear(obj); in Clear()
Dspace_bitmap.h79 bool Clear(const mirror::Object* obj) ALWAYS_INLINE { in Clear() function
87 void Clear();
110 bitmap_->Clear(obj); in operator()
Dheap_bitmap.h35 void Clear(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
Dspace_bitmap_test.cc133 space_bitmap->Clear(reinterpret_cast<mirror::Object*>(heap_begin + offset)); in RunTest()
/art/runtime/
Dthrow_location.h38 Clear(); in ThrowLocation()
68 void Clear() { in Clear() function
Druntime_stats.h64 Clear(~0); in RuntimeStats()
67 void Clear(int flags) { in Clear() function
Dstack.h245 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()
Dprofiler.cc462 profile_table_.Clear(); in CleanProfile()
483 Clear(); in ~ProfileSampleResults()
689 void ProfileSampleResults::Clear() { in Clear() function in art::ProfileSampleResults
Dprofiler.h111 void Clear();
Ddebugger.h94 void Clear();
131 void Clear();
202 void Clear() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_,
Druntime.cc1033 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/
Dzygote_space.cc60 void ZygoteSpace::Clear() { in Clear() function in art::gc::space::ZygoteSpace
115 bitmap->Clear(ptrs[i]); in SweepCallback()
Ddlmalloc_space.cc291 void DlMallocSpace::Clear() { in Clear() function in art::gc::space::DlMallocSpace
294 live_bitmap_->Clear(); in Clear()
295 mark_bitmap_->Clear(); in Clear()
Drosalloc_space.cc347 void RosAllocSpace::Clear() { in Clear() function in art::gc::space::RosAllocSpace
350 live_bitmap_->Clear(); in Clear()
351 mark_bitmap_->Clear(); in Clear()
Dzygote_space.h71 void Clear() OVERRIDE;
Ddlmalloc_space.h117 virtual void Clear() OVERRIDE;
Dbump_pointer_space.h102 void Clear() OVERRIDE LOCKS_EXCLUDED(block_lock_);
Drosalloc_space.h93 void Clear() OVERRIDE;
/art/runtime/gc/
Dreference_queue.h80 void Clear() { in Clear() function
Dreference_processor.cc228 cleared_references_.Clear(); in EnqueueClearedReferences()
/art/runtime/mirror/
Dobject_reference.h44 void Clear() { in Clear() function
/art/runtime/jdwp/
Dobject_registry.h75 void Clear() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dpretty_printer.h121 void Clear() { str_.clear(); } in Clear() function
Dssa_test.cc47 void Clear() { str_.clear(); } in Clear() function in art::SsaPrettyPrinter
/art/runtime/base/
Dhash_set.h119 void Clear() { in Clear() function
127 Clear(); in HashSet()

12