Searched refs:stack_frames (Results 1 – 1 of 1) sorted by relevance
334 std::unique_ptr<jvmtiFrameInfo[]> stack_frames(new jvmtiFrameInfo[stack_depth_limit]); in logVMObjectAlloc() local339 stack_frames.get(), in logVMObjectAlloc()345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()