HomeSort by relevance Sort by last modified time
    Searched refs:AllocRecordObjectMap (Results 1 - 6 of 6) 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();
heap.h 63 class AllocRecordObjectMap;
775 AllocRecordObjectMap* GetAllocationRecords() const
780 void SetAllocationRecords(AllocRecordObjectMap* records)
    [all...]
heap.cc     [all...]
  /art/runtime/
debugger.cc     [all...]
  /art/runtime/hprof/
hprof.cc 844 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
    [all...]

Completed in 79 milliseconds