Home
last modified time | relevance | path

Searched refs:record (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc4418 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; member
4465 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; in RecordAllocation() local
4466 record->SetType(type); in RecordAllocation()
4467 record->SetByteCount(byte_count); in RecordAllocation()
[all …]