Searched refs:GET_AWAITABLE (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 113 [GET_AWAITABLE] = GET_AWAITABLE, 373 [GET_AWAITABLE] = "GET_AWAITABLE",
|
/third_party/python/Include/ |
H A D | opcode.h | 88 #define GET_AWAITABLE 131 macro
|
/third_party/python/Python/ |
H A D | compile.c | 1152 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 D | ceval.c | 2548 TARGET(GET_AWAITABLE) { 2549 PREDICTED(GET_AWAITABLE); 4396 PREDICT(GET_AWAITABLE);
|
Completed in 39 milliseconds