Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4852 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations() local
4853 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() local
5052 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
5059 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()