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 40 void AllocRecordObjectMap::SetProperties() {
94 AllocRecordObjectMap::~AllocRecordObjectMap() {
98 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) {
137 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
170 void AllocRecordObjectMap::AllowNewAllocationRecords() {
176 void AllocRecordObjectMap::DisallowNewAllocationRecords() {
181 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() {
214 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) {
223 AllocRecordObjectMap* records = heap->GetAllocationRecords()
    [all...]
allocation_record.h 157 // All instances of AllocRecord should be managed by an instance of AllocRecordObjectMap.
200 class AllocRecordObjectMap {
220 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
221 ~AllocRecordObjectMap();
heap.h 59 class AllocRecordObjectMap;
753 AllocRecordObjectMap* GetAllocationRecords() const
758 void SetAllocationRecords(AllocRecordObjectMap* records)
    [all...]
heap.cc     [all...]
  /art/runtime/
debugger.cc     [all...]
  /art/runtime/hprof/
hprof.cc 820 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
    [all...]

Completed in 506 milliseconds