Searched refs:func_depth (Results 1 – 3 of 3) sorted by relevance
60 static int func_depth; variable67 int func_depth; member77 func_depth = 0; in reset_stack()92 stack->func_depth = func_depth; in save_stack()120 func_depth = stack->func_depth; in restore_stack()352 func_depth = depth; in process_function_graph_entry()389 func_depth = depth - 1; in process_function_graph_exit()
1005 for (bc_func_enter_i = 0; bc_func_enter_i < vm->func_depth; \1010 vm->func_depth += 1; \1020 vm->func_depth -= 1; \1021 for (bc_func_enter_i = 0; bc_func_enter_i < vm->func_depth; \
777 size_t func_depth; member