/prebuilts/gdb/darwin-x86/lib/python2.7/ |
opcode.py | 39 def jabs_op(name, op): function 149 jabs_op('JUMP_IF_FALSE_OR_POP', 111) # Target byte offset from beginning of code 150 jabs_op('JUMP_IF_TRUE_OR_POP', 112) # "" 151 jabs_op('JUMP_ABSOLUTE', 113) # "" 152 jabs_op('POP_JUMP_IF_FALSE', 114) # "" 153 jabs_op('POP_JUMP_IF_TRUE', 115) # "" 157 jabs_op('CONTINUE_LOOP', 119) # Target address 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
opcode.py | 39 def jabs_op(name, op): function 149 jabs_op('JUMP_IF_FALSE_OR_POP', 111) # Target byte offset from beginning of code 150 jabs_op('JUMP_IF_TRUE_OR_POP', 112) # "" 151 jabs_op('JUMP_ABSOLUTE', 113) # "" 152 jabs_op('POP_JUMP_IF_FALSE', 114) # "" 153 jabs_op('POP_JUMP_IF_TRUE', 115) # "" 157 jabs_op('CONTINUE_LOOP', 119) # Target address 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
opcode.py | 39 def jabs_op(name, op): function 149 jabs_op('JUMP_IF_FALSE_OR_POP', 111) # Target byte offset from beginning of code 150 jabs_op('JUMP_IF_TRUE_OR_POP', 112) # "" 151 jabs_op('JUMP_ABSOLUTE', 113) # "" 152 jabs_op('POP_JUMP_IF_FALSE', 114) # "" 153 jabs_op('POP_JUMP_IF_TRUE', 115) # "" 157 jabs_op('CONTINUE_LOOP', 119) # Target address 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
opcode.py | 39 def jabs_op(name, op): function 149 jabs_op('JUMP_IF_FALSE_OR_POP', 111) # Target byte offset from beginning of code 150 jabs_op('JUMP_IF_TRUE_OR_POP', 112) # "" 151 jabs_op('JUMP_ABSOLUTE', 113) # "" 152 jabs_op('POP_JUMP_IF_FALSE', 114) # "" 153 jabs_op('POP_JUMP_IF_TRUE', 115) # "" 157 jabs_op('CONTINUE_LOOP', 119) # Target address 192 del def_op, name_op, jrel_op, jabs_op
|