Searched refs:stack_frame (Results 1 – 1 of 1) sorted by relevance
4973 for (size_t stack_frame = 0; stack_frame < kMaxAllocRecordStackDepth; ++stack_frame) { in DumpRecentAllocations() local4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()5160 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local5166 ArtMethod* m = record->StackElement(stack_frame)->Method(); in GetRecentAllocations()5173 JDWP::Append2BE(bytes, record->StackElement(stack_frame)->LineNumber()); in GetRecentAllocations()