Searched refs:stackdepth_push (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Python/ |
| D | compile.c | 6471 stackdepth_push(basicblock ***sp, basicblock *b, int depth) in stackdepth_push() function 6504 stackdepth_push(&sp, entryblock, 1); in stackdepth() 6506 stackdepth_push(&sp, entryblock, 0); in stackdepth() 6535 stackdepth_push(&sp, instr->i_target, target_depth); in stackdepth() 6551 stackdepth_push(&sp, next, depth); in stackdepth()
|