Searched refs:record (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddebugger.cc4418 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
4420 : StackVisitor(thread, NULL), record(record), depth(0) {}
4430 record->StackElement(depth)->SetMethod(m);
4431 record->StackElement(depth)->SetDexPc(GetDexPc());
4440 record->StackElement(depth)->SetMethod(nullptr);
4441 record->StackElement(depth)->SetDexPc(0);
4445 AllocRecord* record; member in struct:art::AllocRecordStackVisitor
4465 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; local
4466 record
4508 AllocRecord* record = &recent_allocation_records_[i]; local
4640 AllocRecord* record = &recent_allocation_records_[idx]; local
4691 AllocRecord* record = &recent_allocation_records_[idx]; local
[all...]

Completed in 37 milliseconds