Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c4851 maybe_optimize_method_call(struct compiler *c, expr_ty e) in maybe_optimize_method_call() function
4938 int ret = maybe_optimize_method_call(c, e); in compiler_call()