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

/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 bitmap->Clear(obj);
H A Dspace_bitmap.cc91 void SpaceBitmap<kAlignment>::Clear() { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/gc/
H A Dreference_queue.h80 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/
H A Dthrow_location.h38 Clear();
68 void Clear() { function
H A Druntime_stats.h64 Clear(~0);
67 void Clear(int flags) { function
H A Dprofiler.cc462 profile_table_.Clear();
483 Clear();
689 void ProfileSampleResults::Clear() { function in class:art::ProfileSampleResults
H A Ddebugger.cc126 void Dbg::TypeCache::Clear() { function in class:art::Dbg::TypeCache
359 void DebugInvokeReq::Clear() { function in class:art::DebugInvokeReq
377 void SingleStepControl::Clear() { function in class:art::SingleStepControl
819 gRegistry->Clear();
3549 single_step_control->Clear();
4516 ScopedObjectAccess soa(self); // For type_cache_.Clear();
4526 type_cache_.Clear();
4554 // Clear out any unused stack trace elements.
/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
/art/runtime/gc/space/
H A Dzygote_space.cc60 void ZygoteSpace::Clear() { function in class:art::gc::space::ZygoteSpace
115 bitmap->Clear(ptrs[i]);
H A Dbump_pointer_space.cc65 void BumpPointerSpace::Clear() { function in class:art::gc::space::BumpPointerSpace
H A Ddlmalloc_space.cc291 void DlMallocSpace::Clear() { function in class:art::gc::space::DlMallocSpace
294 live_bitmap_->Clear();
295 mark_bitmap_->Clear();
H A Drosalloc_space.cc347 void RosAllocSpace::Clear() { function in class:art::gc::space::RosAllocSpace
350 live_bitmap_->Clear();
351 mark_bitmap_->Clear();
/art/runtime/jdwp/
H A Dobject_registry.cc107 void ObjectRegistry::Clear() { function in class:art::ObjectRegistry
122 // Clear the maps.
/art/runtime/base/
H A Dhash_set.h119 void Clear() { function in class:art::HashSet
127 Clear();
/art/compiler/utils/mips/
H A Dassembler_mips.cc426 void MipsAssembler::Clear(Register rt) { function in class:art::mips::MipsAssembler

Completed in 4229 milliseconds