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 42 void AllocRecordObjectMap::SetProperties() {
96 AllocRecordObjectMap::~AllocRecordObjectMap() {
100 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) {
139 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
172 void AllocRecordObjectMap::AllowNewAllocationRecords() {
178 void AllocRecordObjectMap::DisallowNewAllocationRecords() {
183 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() {
215 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) {
224 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;
776 AllocRecordObjectMap* GetAllocationRecords() const
781 void SetAllocationRecords(AllocRecordObjectMap* records)
    [all...]
heap.cc     [all...]
  /art/runtime/hprof/
hprof.cc 841 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 286 milliseconds