Home
last modified time | relevance | path

Searched refs:POP_JUMP_FORWARD_IF_FALSE (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h172 [POP_JUMP_FORWARD_IF_FALSE] = POP_JUMP_FORWARD_IF_FALSE,
356 [POP_JUMP_FORWARD_IF_FALSE] = "POP_JUMP_FORWARD_IF_FALSE",
/third_party/python/Include/
H A Dopcode.h73 #define POP_JUMP_FORWARD_IF_FALSE 114 macro
/third_party/python/Objects/
H A Dframeobject.c314 case POP_JUMP_FORWARD_IF_FALSE: in mark_stacks()
321 if (opcode == POP_JUMP_FORWARD_IF_FALSE || in mark_stacks()
/third_party/python/Python/
H A Dceval.c3754 assert(opcode == POP_JUMP_FORWARD_IF_FALSE ||
3770 opcode == POP_JUMP_FORWARD_IF_FALSE);
3797 assert(opcode == POP_JUMP_FORWARD_IF_FALSE ||
3813 opcode == POP_JUMP_FORWARD_IF_FALSE);
3836 assert(opcode == POP_JUMP_FORWARD_IF_FALSE ||
3857 opcode == POP_JUMP_FORWARD_IF_FALSE);
4030 TARGET(POP_JUMP_FORWARD_IF_FALSE) {
4031 PREDICTED(POP_JUMP_FORWARD_IF_FALSE);
4263 PREDICT(POP_JUMP_FORWARD_IF_FALSE);
4274 PREDICT(POP_JUMP_FORWARD_IF_FALSE);
[all...]
H A Dspecialize.c1910 if (next_opcode != POP_JUMP_FORWARD_IF_FALSE && in _Py_Specialize_CompareOp()
1932 if (next_opcode == POP_JUMP_FORWARD_IF_FALSE || in _Py_Specialize_CompareOp()
H A Dcompile.c115 (opcode) == POP_JUMP_FORWARD_IF_FALSE || \
1068 case POP_JUMP_FORWARD_IF_FALSE: in stack_effect()
7730 POP_JUMP_FORWARD_IF_FALSE : POP_JUMP_BACKWARD_IF_FALSE; in normalize_jumps()

Completed in 25 milliseconds