Home
last modified time | relevance | path

Searched refs:adjust_stack_size (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c1498 EMIT_ARG(adjust_stack_size, 1 + end_on_stack); in compile_for_stmt_optimised_range()
1682 EMIT_ARG(adjust_stack_size, 1); // stack adjust for the exception instance in compile_try_except()
1700 EMIT_ARG(adjust_stack_size, 3); // stack adjust for possible UNWIND_JUMP state in compile_try_finally()
1702 EMIT_ARG(adjust_stack_size, -3); in compile_try_finally()
1826 EMIT_ARG(adjust_stack_size, 1); // if we jump here, the exc is on the stack in compile_async_for_stmt()
1876 EMIT_ARG(adjust_stack_size, 3); // stack adjust for possible UNWIND_JUMP state in compile_async_with_stmt_helper()
1878 EMIT_ARG(adjust_stack_size, -3); in compile_async_with_stmt_helper()
1928 EMIT_ARG(adjust_stack_size, 2); in compile_async_with_stmt_helper()
1943 EMIT_ARG(adjust_stack_size, -1); in compile_async_with_stmt_helper()
2119 EMIT_ARG(adjust_stack_size, -1); // adjust stack size in compile_test_if_expr()
[all …]
A Demit.h109 void (*adjust_stack_size)(emit_t *emit, mp_int_t delta); member

Completed in 12 milliseconds