HomeSort by relevance Sort by last modified time
    Searched full:unwind_depth (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
output.c 721 int unwind_depth = options.bt_depth; local
731 while (unwind_depth) {
772 unwind_depth--;
  /external/chromium_org/tools/traceline/traceline/
main.cc 310 int unwind_depth = options_.stack_unwind_depth(); local
314 cb->mov_imm(EDI, kRecordHeaderSize + (unwind_depth * 4) + space);
332 if (unwind_depth > 0) {
333 cb->mov_imm(ECX, unwind_depth);
    [all...]

Completed in 440 milliseconds