Home | History | Annotate | Download | only in gc

Lines Matching refs:AllocRecordObjectMap

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();
225 records = new AllocRecordObjectMap;
256 AllocRecordObjectMap* records = heap->GetAllocationRecords();
264 void AllocRecordObjectMap::RecordAllocation(Thread* self,
311 void AllocRecordObjectMap::Clear() {
315 AllocRecordObjectMap::AllocRecordObjectMap()