Home
last modified time | relevance | path

Searched defs:first_non_self_local (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dexecutor_cases.c.h3257 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
3281 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
3305 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
3329 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
3353 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
3376 PyObject **first_non_self_local = new_frame->localsplus + has_self; variable
Dbytecodes.c3312 PyObject **first_non_self_local = new_frame->localsplus + has_self; in dummy_func() local
Dgenerated_cases.c.h974 PyObject **first_non_self_local = new_frame->localsplus + has_self; in TARGET() local
1899 PyObject **first_non_self_local = new_frame->localsplus + has_self; in TARGET() local