Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h113 [GET_AWAITABLE] = GET_AWAITABLE,
373 [GET_AWAITABLE] = "GET_AWAITABLE",
/third_party/python/Include/
H A Dopcode.h88 #define GET_AWAITABLE 131 macro
/third_party/python/Python/
H A Dcompile.c1152 case GET_AWAITABLE: in stack_effect()
2073 ADDOP_I(c, GET_AWAITABLE, 2); in compiler_unwind_fblock()
5537 ADDOP_I(c, GET_AWAITABLE, 0); in compiler_comprehension()
5669 ADDOP_I(c, GET_AWAITABLE, 1); in compiler_async_with()
5706 ADDOP_I(c, GET_AWAITABLE, 2); in compiler_async_with()
5720 ADDOP_I(c, GET_AWAITABLE, 2); in compiler_async_with()
5894 ADDOP_I(c, GET_AWAITABLE, 0); in compiler_visit_expr1()
H A Dceval.c2548 TARGET(GET_AWAITABLE) {
2549 PREDICTED(GET_AWAITABLE);
4396 PREDICT(GET_AWAITABLE);

Completed in 39 milliseconds