Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1303 #define INSTRUCTION_START(op) \ macro
1311 #define INSTRUCTION_START(op) (frame->prev_instr = next_instr++) macro