Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h168 [POP_JUMP_BACKWARD_IF_FALSE] = POP_JUMP_BACKWARD_IF_FALSE,
417 [POP_JUMP_BACKWARD_IF_FALSE] = "POP_JUMP_BACKWARD_IF_FALSE",
/third_party/python/Include/
H A Dopcode.h120 #define POP_JUMP_BACKWARD_IF_FALSE 175 macro
/third_party/python/Objects/
H A Dframeobject.c315 case POP_JUMP_BACKWARD_IF_FALSE: in mark_stacks()
329 assert(opcode == POP_JUMP_BACKWARD_IF_FALSE || in mark_stacks()
/third_party/python/Python/
H A Dspecialize.c1911 next_opcode != POP_JUMP_BACKWARD_IF_FALSE && in _Py_Specialize_CompareOp()
1933 next_opcode == POP_JUMP_BACKWARD_IF_FALSE) { in _Py_Specialize_CompareOp()
1937 next_opcode == POP_JUMP_BACKWARD_IF_FALSE) { in _Py_Specialize_CompareOp()
H A Dceval.c3755 opcode == POP_JUMP_BACKWARD_IF_FALSE ||
3764 opcode == POP_JUMP_BACKWARD_IF_FALSE);
3798 opcode == POP_JUMP_BACKWARD_IF_FALSE ||
3807 opcode == POP_JUMP_BACKWARD_IF_FALSE);
3837 opcode == POP_JUMP_BACKWARD_IF_FALSE ||
3851 opcode == POP_JUMP_BACKWARD_IF_FALSE);
4004 TARGET(POP_JUMP_BACKWARD_IF_FALSE) {
4005 PREDICTED(POP_JUMP_BACKWARD_IF_FALSE);
4264 PREDICT(POP_JUMP_BACKWARD_IF_FALSE);
4275 PREDICT(POP_JUMP_BACKWARD_IF_FALSE);
[all...]
H A Dcompile.c116 (opcode) == POP_JUMP_BACKWARD_IF_FALSE)
125 (opcode) == POP_JUMP_BACKWARD_IF_FALSE)
1069 case POP_JUMP_BACKWARD_IF_FALSE: in stack_effect()
7730 POP_JUMP_FORWARD_IF_FALSE : POP_JUMP_BACKWARD_IF_FALSE; in normalize_jumps()

Completed in 25 milliseconds