Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4973 for (size_t stack_frame = 0; stack_frame < kMaxAllocRecordStackDepth; ++stack_frame) { in DumpRecentAllocations() local
4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()
5160 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local
5166 ArtMethod* m = record->StackElement(stack_frame)->Method(); in GetRecentAllocations()
5173 JDWP::Append2BE(bytes, record->StackElement(stack_frame)->LineNumber()); in GetRecentAllocations()