Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc334 std::unique_ptr<jvmtiFrameInfo[]> stack_frames(new jvmtiFrameInfo[stack_depth_limit]); in logVMObjectAlloc() local
339 stack_frames.get(), in logVMObjectAlloc()
345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()