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

  /art/runtime/gc/
allocation_record.cc 44 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* 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 68 class AllocRecordObjectMap;
785 AllocRecordObjectMap* GetAllocationRecords() const
790 void SetAllocationRecords(AllocRecordObjectMap* records)
    [all...]
heap.cc     [all...]
  /art/runtime/
reference_table_test.cc 186 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true);
253 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false);
reference_table.cc 214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords();
java_vm_ext.cc 609 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true);
619 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false);
    [all...]
debugger.cc     [all...]
  /art/runtime/hprof/
hprof.cc 835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
    [all...]

Completed in 187 milliseconds