Searched refs:unwind_depth (Results 1 – 2 of 2) sorted by relevance
721 int unwind_depth = options.bt_depth; in output_right() local731 while (unwind_depth) { in output_right()772 unwind_depth--; in output_right()
310 int unwind_depth = options_.stack_unwind_depth(); in AssembleHeaderCode() local314 cb->mov_imm(EDI, kRecordHeaderSize + (unwind_depth * 4) + space); in AssembleHeaderCode()332 if (unwind_depth > 0) { in AssembleHeaderCode()333 cb->mov_imm(ECX, unwind_depth); in AssembleHeaderCode()