Searched refs:stack_frame (Results 1 – 1 of 1) sorted by relevance
4513 for (size_t stack_frame = 0; stack_frame < kMaxAllocRecordStackDepth; ++stack_frame) { in DumpRecentAllocations() local4514 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()4700 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local4706 mirror::ArtMethod* m = record->StackElement(stack_frame)->Method(); in GetRecentAllocations()4713 JDWP::Append2BE(bytes, record->StackElement(stack_frame)->LineNumber()); in GetRecentAllocations()