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

/art/runtime/
H A Ddebugger.cc3496 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
3498 : StackVisitor(thread, NULL), record(record), depth(0) {}
3508 record->stack[depth].method = m;
3509 record->stack[depth].dex_pc = GetDexPc();
3518 record->stack[depth].method = NULL;
3519 record->stack[depth].dex_pc = 0;
3523 AllocRecord* record; member in struct:art::AllocRecordStackVisitor
3542 AllocRecord* record = &recent_allocation_records_[gAllocRecordHead]; local
3543 record
3583 AllocRecord* record = &recent_allocation_records_[i]; local
3702 AllocRecord* record = &recent_allocation_records_[idx]; local
3757 AllocRecord* record = &recent_allocation_records_[idx]; local
[all...]

Completed in 60 milliseconds