Searched defs:record (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc4534 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
4536 : StackVisitor(thread, NULL), record(record), depth(0) {}
4546 record->StackElement(depth)->SetMethod(m);
4547 record->StackElement(depth)->SetDexPc(GetDexPc());
4556 record->StackElement(depth)->SetMethod(nullptr);
4557 record->StackElement(depth)->SetDexPc(0);
4561 AllocRecord* record; member in struct:art::AllocRecordStackVisitor
4581 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; local
4582 record
4624 AllocRecord* record = &recent_allocation_records_[i]; local
4756 AllocRecord* record = &recent_allocation_records_[idx]; local
4807 AllocRecord* record = &recent_allocation_records_[idx]; local
[all...]

Completed in 26 milliseconds