Searched refs:stack_unwind_depth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc74 int stack_unwind_depth() { return stack_unwind_depth_; } function in class:Playground::Options
310 int unwind_depth = options_.stack_unwind_depth();
1045 if (options_.stack_unwind_depth() > 0) {
1047 for (int i = 0; i < options_.stack_unwind_depth(); ++i) {
1056 pos += (options_.stack_unwind_depth() * 4);

Completed in 49 milliseconds