Searched refs:stack_frame (Results 1 – 1 of 1) sorted by relevance
4852 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations() local4853 const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()5046 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) { in GetRecentAllocations() local5052 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()5059 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()