Searched defs:AllocRecordObjectMap (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dallocation_record.cc44 void AllocRecordObjectMap::SetProperties() {
98 AllocRecordObjectMap::~AllocRecordObjectMap() {
102 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) {
141 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
174 void AllocRecordObjectMap::AllowNewAllocationRecords() {
180 void AllocRecordObjectMap::DisallowNewAllocationRecords() {
185 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() {
217 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) {
226 AllocRecordObjectMap* record
321 AllocRecordObjectMap::AllocRecordObjectMap() function in class:art::gc::AllocRecordObjectMap
[all...]
H A Dallocation_record.h158 // All instances of AllocRecord should be managed by an instance of AllocRecordObjectMap.
201 class AllocRecordObjectMap { class in namespace:art::gc
221 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
222 ~AllocRecordObjectMap();

Completed in 69 milliseconds