HomeSort by relevance Sort by last modified time
    Searched defs:AllocRecordObjectMap (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
allocation_record.cc 43 void AllocRecordObjectMap::SetProperties() {
97 AllocRecordObjectMap::~AllocRecordObjectMap() {
101 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) {
140 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
173 void AllocRecordObjectMap::AllowNewAllocationRecords() {
179 void AllocRecordObjectMap::DisallowNewAllocationRecords() {
184 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() {
216 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) {
225 AllocRecordObjectMap* records = heap->GetAllocationRecords()
    [all...]
allocation_record.h 158 // All instances of AllocRecord should be managed by an instance of AllocRecordObjectMap.
201 class AllocRecordObjectMap {
221 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
222 ~AllocRecordObjectMap();

Completed in 71 milliseconds