Searched refs:record (Results 1 – 1 of 1) sorted by relevance
4418 AllocRecordStackVisitor(Thread* thread, AllocRecord* record) in AllocRecordStackVisitor()4420 : StackVisitor(thread, NULL), record(record), depth(0) {} in AllocRecordStackVisitor()4430 record->StackElement(depth)->SetMethod(m); in VisitFrame()4431 record->StackElement(depth)->SetDexPc(GetDexPc()); in VisitFrame()4440 record->StackElement(depth)->SetMethod(nullptr); in ~AllocRecordStackVisitor()4441 record->StackElement(depth)->SetDexPc(0); in ~AllocRecordStackVisitor()4445 AllocRecord* record; member4465 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; in RecordAllocation() local4466 record->SetType(type); in RecordAllocation()4467 record->SetByteCount(byte_count); in RecordAllocation()[all …]