Searched refs:record (Results 1 – 1 of 1) sorted by relevance
4534 AllocRecordStackVisitor(Thread* thread, AllocRecord* record) in AllocRecordStackVisitor()4536 : StackVisitor(thread, NULL), record(record), depth(0) {} in AllocRecordStackVisitor()4546 record->StackElement(depth)->SetMethod(m); in VisitFrame()4547 record->StackElement(depth)->SetDexPc(GetDexPc()); in VisitFrame()4556 record->StackElement(depth)->SetMethod(nullptr); in ~AllocRecordStackVisitor()4557 record->StackElement(depth)->SetDexPc(0); in ~AllocRecordStackVisitor()4561 AllocRecord* record; member4581 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; in RecordAllocation() local4582 record->SetType(type); in RecordAllocation()4583 record->SetByteCount(byte_count); in RecordAllocation()[all …]